Html Css Color HEX #EF20E7 Razzle Dazzle Rose

📋 copy color: '#EF20E7'

red 239 ◦ green 32 ◦ blue 231

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

Shades of Razzle Dazzle Rose #EF20E7

Tints of Razzle Dazzle Rose #EF20E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.02%

R = 47.61%
G = 6.37%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF20E7 (or 0xEF20E7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 20 and E7. RGB value is (239,32,231). Sum of RGB (Red+Green+Blue) = 239+32+231=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20E7 is #10DF18. Grayscale: #737373. Windows color (decimal): -1105689 or 15147247. OLE color: 15147247.

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

Color convert

RGB 239 32 231 -
CMYK 0 0.87 0.03 0.06
HSL 302.32º 0.87% 0.53% -
HSV(B) 302.32º 0.87% 0.94% -
XYZ 50.54 25.15 77.79 -
YUV 116.58 192.58 215.32 -
System Red Green Blue C M Y K H S L
Decimal 239 32 231 0 0.87 0.03 0.06 302.32 0.87 0.53
Hex EF 20 E7 0 57 3 6 12E 57 35
Octal 357 40 347 0 127 3 6 456 127 65
Binary 11101111 100000 11100111 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #EF20E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20E7

Black with #EF20E7

Text Example


Text Example

White with #EF20E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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