#EF3ACD

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

Shades of Razzle Dazzle Rose #EF3ACD

Tints of Razzle Dazzle Rose #EF3ACD

Color information

#EF3ACD (or 0xEF3ACD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3A and CD. RGB value is (239,58,205). Sum of RGB (Red+Green+Blue) = 239+58+205=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ACD is #10C532. Grayscale: #808080. Windows color (decimal): -1099059 or 13449967. OLE color: 13449967.

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

Color convert

RGB23958205-
CMYK00.760.140.06
HSL311.27º84.98%58.24%-
HSV(B)311.27º75.73%93.73%-
XYZ48.1325.7860.2-
YUV128.88170.97206.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 58 (23.05% from 255) = 11.55%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=47.61%
G=11.55%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395820500.760.140.06311.2784.9858.24
HexEF3ACD04CE6137553a
Octal35772315011416646712572
Binary11101111111010110011010100110011101101001101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3ACD; }

 p { color: rgb(239,58,205); }

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

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

 a { background-color: rgb(239,58,205); }

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

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

 span { border-color: rgb(239,58,205); }

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