Html Css Color HEX #EF3CDE Razzle Dazzle Rose

📋 copy color: '#EF3CDE'

red 239 ◦ green 60 ◦ blue 222

#EF3CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EF3CDE

Tints of Razzle Dazzle Rose #EF3CDE

RGB

 RED value IS 239 (93.75% from 255) = 45.87%

 GREEN value IS 60 (23.83% from 255) = 11.52%

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 45.87%
G = 11.52%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF3CDE (or 0xEF3CDE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and DE. RGB value is (239,60,222). Sum of RGB (Red+Green+Blue) = 239+60+222=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CDE is #10C321. Grayscale: #838383. Windows color (decimal): -1098530 or 14564591. OLE color: 14564591.

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

Color convert

RGB 239 60 222 -
CMYK 0 0.75 0.07 0.06
HSL 305.7º 0.85% 0.59% -
HSV(B) 305.7º 0.75% 0.94% -
XYZ 50.4 26.86 71.63 -
YUV 131.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 239 60 222 0 0.75 0.07 0.06 305.7 0.85 0.59
Hex EF 3C DE 0 4B 7 6 132 55 3B
Octal 357 74 336 0 113 7 6 462 125 73
Binary 11101111 111100 11011110 0 1001011 111 110 100110010 1010101 111011

Color Harmonies of #EF3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CDE

Black with #EF3CDE

Text Example


Text Example

White with #EF3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CDE; }

 p { color: rgb(239,60,222); }

 H1.HeaderClassName
 {
   color: #EF3CDE;
 }
 .AnyTagClassName
 {
   color: #EF3CDE;
 }
</style>

background-color css

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

 a { background-color: rgb(239,60,222); }

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

border-color css

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

 span { border-color: rgb(239,60,222); }

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