Html Css Color HEX #E310AD Hollywood Cerise

📋 copy color: '#E310AD'

red 227 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #E310AD

Tints of Hollywood Cerise #E310AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.85%

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

R = 54.57%
G = 3.85%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E310AD (or 0xE310AD) is known color: Hollywood Cerise. HEX triplet: E3, 10 and AD. RGB value is (227,16,173). Sum of RGB (Red+Green+Blue) = 227+16+173=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E310AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E310AD is #1CEF52. Grayscale: #606060. Windows color (decimal): -1896275 or 11342051. OLE color: 11342051.

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

Color convert

RGB 227 16 173 -
CMYK 0 0.93 0.24 0.11
HSL 315.36º 0.87% 0.48% -
HSV(B) 315.36º 0.93% 0.89% -
XYZ 39.41 19.72 41.26 -
YUV 96.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 227 16 173 0 0.93 0.24 0.11 315.36 0.87 0.48
Hex E3 10 AD 0 5D 18 B 13B 57 30
Octal 343 20 255 0 135 30 13 473 127 60
Binary 11100011 10000 10101101 0 1011101 11000 1011 100111011 1010111 110000

Color Harmonies of #E310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E310AD

Black with #E310AD

Text Example


Text Example

White with #E310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E310AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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