Html Css Color HEX #EF20CE Razzle Dazzle Rose

📋 copy color: '#EF20CE'

red 239 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF20CE

Tints of Razzle Dazzle Rose #EF20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.71%

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

R = 50.1%
G = 6.71%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF20CE (or 0xEF20CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 20 and CE. RGB value is (239,32,206). Sum of RGB (Red+Green+Blue) = 239+32+206=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20CE is #10DF31. Grayscale: #717171. Windows color (decimal): -1105714 or 13508847. OLE color: 13508847.

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

Color convert

RGB 239 32 206 -
CMYK 0 0.87 0.14 0.06
HSL 309.57º 0.87% 0.53% -
HSV(B) 309.57º 0.87% 0.94% -
XYZ 47.25 23.84 60.5 -
YUV 113.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 239 32 206 0 0.87 0.14 0.06 309.57 0.87 0.53
Hex EF 20 CE 0 57 E 6 136 57 35
Octal 357 40 316 0 127 16 6 466 127 65
Binary 11101111 100000 11001110 0 1010111 1110 110 100110110 1010111 110101

Color Harmonies of #EF20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20CE

Black with #EF20CE

Text Example


Text Example

White with #EF20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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