Html Css Color HEX #EF20E6 Razzle Dazzle Rose

📋 copy color: '#EF20E6'

red 239 ◦ green 32 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EF20E6

Tints of Razzle Dazzle Rose #EF20E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 47.7%
G = 6.39%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF20E6 (or 0xEF20E6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 20 and E6. RGB value is (239,32,230). Sum of RGB (Red+Green+Blue) = 239+32+230=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20E6 is #10DF19. Grayscale: #737373. Windows color (decimal): -1105690 or 15081711. OLE color: 15081711.

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

Color convert

RGB 239 32 230 -
CMYK 0 0.87 0.04 0.06
HSL 302.61º 0.87% 0.53% -
HSV(B) 302.61º 0.87% 0.94% -
XYZ 50.4 25.1 77.05 -
YUV 116.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 239 32 230 0 0.87 0.04 0.06 302.61 0.87 0.53
Hex EF 20 E6 0 57 4 6 12F 57 35
Octal 357 40 346 0 127 4 6 457 127 65
Binary 11101111 100000 11100110 0 1010111 100 110 100101111 1010111 110101

Color Harmonies of #EF20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20E6

Black with #EF20E6

Text Example


Text Example

White with #EF20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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