Html Css Color HEX #E30AAD Hollywood Cerise

📋 copy color: '#E30AAD'

red 227 ◦ green 10 ◦ blue 173

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

Shades of Hollywood Cerise #E30AAD

Tints of Hollywood Cerise #E30AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 55.37%
G = 2.44%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E30AAD (or 0xE30AAD) is known color: Hollywood Cerise. HEX triplet: E3, 0A and AD. RGB value is (227,10,173). Sum of RGB (Red+Green+Blue) = 227+10+173=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30AAD is #1CF552. Grayscale: #5D5D5D. Windows color (decimal): -1897811 or 11340515. OLE color: 11340515.

HSL color Cylindrical-coordinate representation of color #E30AAD: hue angle of 314.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AAD is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 173 -
CMYK 0 0.96 0.24 0.11
HSL 314.93º 0.92% 0.46% -
HSV(B) 314.93º 0.96% 0.89% -
XYZ 39.33 19.57 41.24 -
YUV 93.47 172.89 223.25 -
System Red Green Blue C M Y K H S L
Decimal 227 10 173 0 0.96 0.24 0.11 314.93 0.92 0.46
Hex E3 A AD 0 60 18 B 13B 5C 2E
Octal 343 12 255 0 140 30 13 473 134 56
Binary 11100011 1010 10101101 0 1100000 11000 1011 100111011 1011100 101110

Color Harmonies of #E30AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30AAD

Black with #E30AAD

Text Example


Text Example

White with #E30AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30AAD; }

 p { color: rgb(227,10,173); }

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

background-color css

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

 a { background-color: rgb(227,10,173); }

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

border-color css

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

 span { border-color: rgb(227,10,173); }

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