Html Css Color HEX #E302AD Hollywood Cerise

📋 copy color: '#E302AD'

red 227 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #E302AD

Tints of Hollywood Cerise #E302AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 56.47%
G = 0.5%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E302AD (or 0xE302AD) is known color: Hollywood Cerise. HEX triplet: E3, 02 and AD. RGB value is (227,2,173). Sum of RGB (Red+Green+Blue) = 227+2+173=402 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.47% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 227 - color contains mainly: red. Hex color #E302AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E302AD is #1CFD52. Grayscale: #585858. Windows color (decimal): -1899859 or 11338467. OLE color: 11338467.

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

Color convert

RGB 227 2 173 -
CMYK 0 0.99 0.24 0.11
HSL 314.4º 0.98% 0.45% -
HSV(B) 314.4º 0.99% 0.89% -
XYZ 39.24 19.39 41.21 -
YUV 88.77 175.54 226.6 -
System Red Green Blue C M Y K H S L
Decimal 227 2 173 0 0.99 0.24 0.11 314.4 0.98 0.45
Hex E3 2 AD 0 63 18 B 13A 62 2D
Octal 343 2 255 0 143 30 13 472 142 55
Binary 11100011 10 10101101 0 1100011 11000 1011 100111010 1100010 101101

Color Harmonies of #E302AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E302AD

Black with #E302AD

Text Example


Text Example

White with #E302AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E302AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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