Html Css Color HEX #EF21CA Razzle Dazzle Rose

📋 copy color: '#EF21CA'

red 239 ◦ green 33 ◦ blue 202

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

Shades of Razzle Dazzle Rose #EF21CA

Tints of Razzle Dazzle Rose #EF21CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 50.42%
G = 6.96%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF21CA (or 0xEF21CA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and CA. RGB value is (239,33,202). Sum of RGB (Red+Green+Blue) = 239+33+202=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21CA is #10DE35. Grayscale: #717171. Windows color (decimal): -1105462 or 13246959. OLE color: 13246959.

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

Color convert

RGB 239 33 202 -
CMYK 0 0.86 0.15 0.06
HSL 310.78º 0.87% 0.53% -
HSV(B) 310.78º 0.86% 0.94% -
XYZ 46.8 23.7 57.99 -
YUV 113.86 177.75 217.26 -
System Red Green Blue C M Y K H S L
Decimal 239 33 202 0 0.86 0.15 0.06 310.78 0.87 0.53
Hex EF 21 CA 0 56 F 6 137 57 35
Octal 357 41 312 0 126 17 6 467 127 65
Binary 11101111 100001 11001010 0 1010110 1111 110 100110111 1010111 110101

Color Harmonies of #EF21CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21CA

Black with #EF21CA

Text Example


Text Example

White with #EF21CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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