#EF3DBB

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

Shades of Razzle Dazzle Rose #EF3DBB

Tints of Razzle Dazzle Rose #EF3DBB

Color information

#EF3DBB (or 0xEF3DBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and BB. RGB value is (239,61,187). Sum of RGB (Red+Green+Blue) = 239+61+187=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DBB is #10C244. Grayscale: #808080. Windows color (decimal): -1098309 or 12271087. OLE color: 12271087.

HSL color Cylindrical-coordinate representation of color #EF3DBB: hue angle of 317.53º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DBB is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23961187-
CMYK00.740.220.06
HSL317.53º84.76%58.82%-
HSV(B)317.53º74.48%93.73%-
XYZ46.2325.2849.46-
YUV128.59160.97206.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 61 (24.22% from 255) = 12.53%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=49.08%
G=12.53%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396118700.740.220.06317.5384.7658.82
HexEF3DBB04A16613e553b
Octal35775273011226647612573
Binary111011111111011011101101001010101101101001111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3DBB; }

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

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

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

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

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

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

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

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