Html Css Color HEX #EF21CE Razzle Dazzle Rose

📋 copy color: '#EF21CE'

red 239 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF21CE

Tints of Razzle Dazzle Rose #EF21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.9%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 50%
G = 6.9%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF21CE (or 0xEF21CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and CE. RGB value is (239,33,206). Sum of RGB (Red+Green+Blue) = 239+33+206=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21CE is #10DE31. Grayscale: #717171. Windows color (decimal): -1105458 or 13509103. OLE color: 13509103.

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

Color convert

RGB 239 33 206 -
CMYK 0 0.86 0.14 0.06
HSL 309.61º 0.87% 0.53% -
HSV(B) 309.61º 0.86% 0.94% -
XYZ 47.28 23.89 60.51 -
YUV 114.32 179.75 216.93 -
System Red Green Blue C M Y K H S L
Decimal 239 33 206 0 0.86 0.14 0.06 309.61 0.87 0.53
Hex EF 21 CE 0 56 E 6 136 57 35
Octal 357 41 316 0 126 16 6 466 127 65
Binary 11101111 100001 11001110 0 1010110 1110 110 100110110 1010111 110101

Color Harmonies of #EF21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21CE

Black with #EF21CE

Text Example


Text Example

White with #EF21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21CE; }

 p { color: rgb(239,33,206); }

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

background-color css

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

 a { background-color: rgb(239,33,206); }

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

border-color css

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

 span { border-color: rgb(239,33,206); }

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