Html Css Color HEX #E30DAF Hollywood Cerise

📋 copy color: '#E30DAF'

red 227 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #E30DAF

Tints of Hollywood Cerise #E30DAF

RGB

 RED value IS 227 (89.06% from 255) = 54.7%

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 54.7%
G = 3.13%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E30DAF (or 0xE30DAF) is known color: Hollywood Cerise. HEX triplet: E3, 0D and AF. RGB value is (227,13,175). Sum of RGB (Red+Green+Blue) = 227+13+175=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DAF is #1CF250. Grayscale: #5F5F5F. Windows color (decimal): -1897041 or 11472355. OLE color: 11472355.

HSL color Cylindrical-coordinate representation of color #E30DAF: hue angle of 314.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DAF is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 175 -
CMYK 0 0.94 0.23 0.11
HSL 314.58º 0.89% 0.47% -
HSV(B) 314.58º 0.94% 0.89% -
XYZ 39.56 19.71 42.28 -
YUV 95.45 172.9 221.83 -
System Red Green Blue C M Y K H S L
Decimal 227 13 175 0 0.94 0.23 0.11 314.58 0.89 0.47
Hex E3 D AF 0 5E 17 B 13B 59 2F
Octal 343 15 257 0 136 27 13 473 131 57
Binary 11100011 1101 10101111 0 1011110 10111 1011 100111011 1011001 101111

Color Harmonies of #E30DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DAF

Black with #E30DAF

Text Example


Text Example

White with #E30DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DAF; }

 p { color: rgb(227,13,175); }

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

background-color css

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

 a { background-color: rgb(227,13,175); }

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

border-color css

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

 span { border-color: rgb(227,13,175); }

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