Html Css Color HEX #E102AB Hollywood Cerise

📋 copy color: '#E102AB'

red 225 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #E102AB

Tints of Hollywood Cerise #E102AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 56.53%
G = 0.5%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E102AB (or 0xE102AB) is known color: Hollywood Cerise. HEX triplet: E1, 02 and AB. RGB value is (225,2,171). Sum of RGB (Red+Green+Blue) = 225+2+171=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E102AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E102AB is #1EFD54. Grayscale: #575757. Windows color (decimal): -2030933 or 11207393. OLE color: 11207393.

HSL color Cylindrical-coordinate representation of color #E102AB: hue angle of 314.53º 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 #E102AB is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 171 -
CMYK 0 0.99 0.24 0.12
HSL 314.53º 0.98% 0.45% -
HSV(B) 314.53º 0.99% 0.88% -
XYZ 38.42 18.99 40.17 -
YUV 87.94 174.88 225.76 -
System Red Green Blue C M Y K H S L
Decimal 225 2 171 0 0.99 0.24 0.12 314.53 0.98 0.45
Hex E1 2 AB 0 63 18 C 13B 62 2D
Octal 341 2 253 0 143 30 14 473 142 55
Binary 11100001 10 10101011 0 1100011 11000 1100 100111011 1100010 101101

Color Harmonies of #E102AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102AB

Black with #E102AB

Text Example


Text Example

White with #E102AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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