Html Css Color HEX #E70FAD Hollywood Cerise

📋 copy color: '#E70FAD'

red 231 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #E70FAD

Tints of Hollywood Cerise #E70FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.58%

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

R = 55.13%
G = 3.58%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E70FAD (or 0xE70FAD) is known color: Hollywood Cerise. HEX triplet: E7, 0F and AD. RGB value is (231,15,173). Sum of RGB (Red+Green+Blue) = 231+15+173=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70FAD is #18F052. Grayscale: #616161. Windows color (decimal): -1634387 or 11341799. OLE color: 11341799.

HSL color Cylindrical-coordinate representation of color #E70FAD: hue angle of 316.11º degrees, saturation: 0.88, 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 #E70FAD is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 15 173 -
CMYK 0 0.94 0.25 0.09
HSL 316.11º 0.88% 0.48% -
HSV(B) 316.11º 0.94% 0.91% -
XYZ 40.67 20.35 41.32 -
YUV 97.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 231 15 173 0 0.94 0.25 0.09 316.11 0.88 0.48
Hex E7 F AD 0 5E 19 9 13C 58 30
Octal 347 17 255 0 136 31 11 474 130 60
Binary 11100111 1111 10101101 0 1011110 11001 1001 100111100 1011000 110000

Color Harmonies of #E70FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FAD

Black with #E70FAD

Text Example


Text Example

White with #E70FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FAD; }

 p { color: rgb(231,15,173); }

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

background-color css

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

 a { background-color: rgb(231,15,173); }

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

border-color css

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

 span { border-color: rgb(231,15,173); }

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