Html Css Color HEX #E70AAB Hollywood Cerise

📋 copy color: '#E70AAB'

red 231 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #E70AAB

Tints of Hollywood Cerise #E70AAB

RGB

 RED value IS 231 (90.63% from 255) = 56.07%

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

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

R = 56.07%
G = 2.43%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E70AAB (or 0xE70AAB) is known color: Hollywood Cerise. HEX triplet: E7, 0A and AB. RGB value is (231,10,171). Sum of RGB (Red+Green+Blue) = 231+10+171=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AAB is #18F554. Grayscale: #5E5E5E. Windows color (decimal): -1635669 or 11209447. OLE color: 11209447.

HSL color Cylindrical-coordinate representation of color #E70AAB: hue angle of 316.29º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AAB is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 171 -
CMYK 0 0.96 0.26 0.09
HSL 316.29º 0.92% 0.47% -
HSV(B) 316.29º 0.96% 0.91% -
XYZ 40.41 20.15 40.29 -
YUV 94.43 171.22 225.41 -
System Red Green Blue C M Y K H S L
Decimal 231 10 171 0 0.96 0.26 0.09 316.29 0.92 0.47
Hex E7 A AB 0 60 1A 9 13C 5C 2F
Octal 347 12 253 0 140 32 11 474 134 57
Binary 11100111 1010 10101011 0 1100000 11010 1001 100111100 1011100 101111

Color Harmonies of #E70AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AAB

Black with #E70AAB

Text Example


Text Example

White with #E70AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AAB; }

 p { color: rgb(231,10,171); }

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

background-color css

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

 a { background-color: rgb(231,10,171); }

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

border-color css

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

 span { border-color: rgb(231,10,171); }

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