Html Css Color HEX #E70DA5 Hollywood Cerise

📋 copy color: '#E70DA5'

red 231 ◦ green 13 ◦ blue 165

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

Shades of Hollywood Cerise #E70DA5

Tints of Hollywood Cerise #E70DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.18%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 56.48%
G = 3.18%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E70DA5 (or 0xE70DA5) is known color: Hollywood Cerise. HEX triplet: E7, 0D and A5. RGB value is (231,13,165). Sum of RGB (Red+Green+Blue) = 231+13+165=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DA5 is #18F25A. Grayscale: #5F5F5F. Windows color (decimal): -1634907 or 10816999. OLE color: 10816999.

HSL color Cylindrical-coordinate representation of color #E70DA5: hue angle of 318.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70DA5 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 165 -
CMYK 0 0.94 0.29 0.09
HSL 318.17º 0.89% 0.48% -
HSV(B) 318.17º 0.94% 0.91% -
XYZ 39.89 19.99 37.35 -
YUV 95.51 167.22 224.64 -
System Red Green Blue C M Y K H S L
Decimal 231 13 165 0 0.94 0.29 0.09 318.17 0.89 0.48
Hex E7 D A5 0 5E 1D 9 13E 59 30
Octal 347 15 245 0 136 35 11 476 131 60
Binary 11100111 1101 10100101 0 1011110 11101 1001 100111110 1011001 110000

Color Harmonies of #E70DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DA5

Black with #E70DA5

Text Example


Text Example

White with #E70DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DA5; }

 p { color: rgb(231,13,165); }

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

background-color css

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

 a { background-color: rgb(231,13,165); }

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

border-color css

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

 span { border-color: rgb(231,13,165); }

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