Html Css Color HEX #EF20DF Razzle Dazzle Rose

📋 copy color: '#EF20DF'

red 239 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EF20DF

Tints of Razzle Dazzle Rose #EF20DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 48.38%
G = 6.48%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF20DF (or 0xEF20DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 20 and DF. RGB value is (239,32,223). Sum of RGB (Red+Green+Blue) = 239+32+223=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20DF is #10DF20. Grayscale: #737373. Windows color (decimal): -1105697 or 14622959. OLE color: 14622959.

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

Color convert

RGB 239 32 223 -
CMYK 0 0.87 0.07 0.06
HSL 304.64º 0.87% 0.53% -
HSV(B) 304.64º 0.87% 0.94% -
XYZ 49.43 24.71 71.98 -
YUV 115.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 239 32 223 0 0.87 0.07 0.06 304.64 0.87 0.53
Hex EF 20 DF 0 57 7 6 131 57 35
Octal 357 40 337 0 127 7 6 461 127 65
Binary 11101111 100000 11011111 0 1010111 111 110 100110001 1010111 110101

Color Harmonies of #EF20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20DF

Black with #EF20DF

Text Example


Text Example

White with #EF20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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