Html Css Color HEX #EF21D6 Razzle Dazzle Rose

📋 copy color: '#EF21D6'

red 239 ◦ green 33 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EF21D6

Tints of Razzle Dazzle Rose #EF21D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 49.18%
G = 6.79%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF21D6 (or 0xEF21D6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and D6. RGB value is (239,33,214). Sum of RGB (Red+Green+Blue) = 239+33+214=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21D6 is #10DE29. Grayscale: #727272. Windows color (decimal): -1105450 or 14033391. OLE color: 14033391.

HSL color Cylindrical-coordinate representation of color #EF21D6: hue angle of 307.28º 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 #EF21D6 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 214 -
CMYK 0 0.86 0.10 0.06
HSL 307.28º 0.87% 0.53% -
HSV(B) 307.28º 0.86% 0.94% -
XYZ 48.28 24.29 65.76 -
YUV 115.23 183.75 216.28 -
System Red Green Blue C M Y K H S L
Decimal 239 33 214 0 0.86 0.10 0.06 307.28 0.87 0.53
Hex EF 21 D6 0 56 A 6 133 57 35
Octal 357 41 326 0 126 12 6 463 127 65
Binary 11101111 100001 11010110 0 1010110 1010 110 100110011 1010111 110101

Color Harmonies of #EF21D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21D6

Black with #EF21D6

Text Example


Text Example

White with #EF21D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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