Html Css Color HEX #EF21CF Razzle Dazzle Rose

📋 copy color: '#EF21CF'

red 239 ◦ green 33 ◦ blue 207

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

Shades of Razzle Dazzle Rose #EF21CF

Tints of Razzle Dazzle Rose #EF21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 49.9%
G = 6.89%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF21CF (or 0xEF21CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and CF. RGB value is (239,33,207). Sum of RGB (Red+Green+Blue) = 239+33+207=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21CF is #10DE30. Grayscale: #717171. Windows color (decimal): -1105457 or 13574639. OLE color: 13574639.

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

Color convert

RGB 239 33 207 -
CMYK 0 0.86 0.13 0.06
HSL 309.32º 0.87% 0.53% -
HSV(B) 309.32º 0.86% 0.94% -
XYZ 47.4 23.94 61.15 -
YUV 114.43 180.25 216.85 -
System Red Green Blue C M Y K H S L
Decimal 239 33 207 0 0.86 0.13 0.06 309.32 0.87 0.53
Hex EF 21 CF 0 56 D 6 135 57 35
Octal 357 41 317 0 126 15 6 465 127 65
Binary 11101111 100001 11001111 0 1010110 1101 110 100110101 1010111 110101

Color Harmonies of #EF21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21CF

Black with #EF21CF

Text Example


Text Example

White with #EF21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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