Html Css Color HEX #E102AD Hollywood Cerise

📋 copy color: '#E102AD'

red 225 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #E102AD

Tints of Hollywood Cerise #E102AD

RGB

 RED value IS 225 (88.28% from 255) = 56.25%

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

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

R = 56.25%
G = 0.5%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E102AD (or 0xE102AD) is known color: Hollywood Cerise. HEX triplet: E1, 02 and AD. RGB value is (225,2,173). Sum of RGB (Red+Green+Blue) = 225+2+173=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E102AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E102AD is #1EFD52. Grayscale: #575757. Windows color (decimal): -2030931 or 11338465. OLE color: 11338465.

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

Color convert

RGB 225 2 173 -
CMYK 0 0.99 0.23 0.12
HSL 313.99º 0.98% 0.45% -
HSV(B) 313.99º 0.99% 0.88% -
XYZ 38.62 19.07 41.18 -
YUV 88.17 175.88 225.6 -
System Red Green Blue C M Y K H S L
Decimal 225 2 173 0 0.99 0.23 0.12 313.99 0.98 0.45
Hex E1 2 AD 0 63 17 C 13A 62 2D
Octal 341 2 255 0 143 27 14 472 142 55
Binary 11100001 10 10101101 0 1100011 10111 1100 100111010 1100010 101101

Color Harmonies of #E102AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102AD

Black with #E102AD

Text Example


Text Example

White with #E102AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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