Html Css Color HEX #EF21DC Razzle Dazzle Rose

📋 copy color: '#EF21DC'

red 239 ◦ green 33 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF21DC

Tints of Razzle Dazzle Rose #EF21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 48.58%
G = 6.71%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF21DC (or 0xEF21DC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and DC. RGB value is (239,33,220). Sum of RGB (Red+Green+Blue) = 239+33+220=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21DC is #10DE23. Grayscale: #737373. Windows color (decimal): -1105444 or 14426607. OLE color: 14426607.

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

Color convert

RGB 239 33 220 -
CMYK 0 0.86 0.08 0.06
HSL 305.53º 0.87% 0.53% -
HSV(B) 305.53º 0.86% 0.94% -
XYZ 49.06 24.61 69.87 -
YUV 115.91 186.75 215.79 -
System Red Green Blue C M Y K H S L
Decimal 239 33 220 0 0.86 0.08 0.06 305.53 0.87 0.53
Hex EF 21 DC 0 56 8 6 132 57 35
Octal 357 41 334 0 126 10 6 462 127 65
Binary 11101111 100001 11011100 0 1010110 1000 110 100110010 1010111 110101

Color Harmonies of #EF21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21DC

Black with #EF21DC

Text Example


Text Example

White with #EF21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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