#EF48BB

Color #EF48BB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF48BB

Tints of Razzle Dazzle Rose #EF48BB

Color information

#EF48BB (or 0xEF48BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 48 and BB. RGB value is (239,72,187). Sum of RGB (Red+Green+Blue) = 239+72+187=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48BB is #10B744. Grayscale: #868686. Windows color (decimal): -1095493 or 12273903. OLE color: 12273903.

HSL color Cylindrical-coordinate representation of color #EF48BB: hue angle of 318.68º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48BB is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23972187-
CMYK00.700.220.06
HSL318.68º83.92%60.98%-
HSV(B)318.68º69.87%93.73%-
XYZ46.8826.5749.67-
YUV135.04157.33202.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 72 (28.52% from 255) = 14.46%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=47.99%
G=14.46%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397218700.700.220.06318.6883.9260.98
HexEF48BB04616613f543d
Octal357110273010626647712475
Binary1110111110010001011101101000110101101101001111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF48BB; }

 p { color: rgb(239,72,187); }

 H1.HeaderClassName
 {
   color: #EF48BB;
 }
 .AnyTagClassName
 {
   color: #EF48BB;
 }
</style>
background-color css

<style>
 a { background-color: #EF48BB; }

 a { background-color: rgb(239,72,187); }

 div.DivClassName
 {
   background-color: #EF48BB;
 }
 .BgClassName
 {
   background-color: #EF48BB;
 }
</style>
border-color css

<style>
 span { border-color: #EF48BB; }

 span { border-color: rgb(239,72,187); }

 td.TdClassName
 {
   border-color: #EF48BB;
 }
 .TagClassName
 {
   border-color: #EF48BB;
 }
</style>