Html Css Color HEX #E70182 Hollywood Cerise

📋 copy color: '#E70182'

red 231 ◦ green 1 ◦ blue 130

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

Shades of Hollywood Cerise #E70182

Tints of Hollywood Cerise #E70182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 63.81%
G = 0.28%
B = 35.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70182 (or 0xE70182) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 82. RGB value is (231,1,130). Sum of RGB (Red+Green+Blue) = 231+1+130=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E70182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70182 is #18FE7D. Grayscale: #545454. Windows color (decimal): -1638014 or 8520167. OLE color: 8520167.

HSL color Cylindrical-coordinate representation of color #E70182: hue angle of 326.35º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70182 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 130 -
CMYK 0 1.00 0.44 0.09
HSL 326.35º 0.99% 0.45% -
HSV(B) 326.35º 1% 0.91% -
XYZ 37 18.62 22.76 -
YUV 84.48 153.7 232.51 -
System Red Green Blue C M Y K H S L
Decimal 231 1 130 0 1.00 0.44 0.09 326.35 0.99 0.45
Hex E7 1 82 0 64 2C 9 146 63 2D
Octal 347 1 202 0 144 54 11 506 143 55
Binary 11100111 1 10000010 0 1100100 101100 1001 101000110 1100011 101101

Color Harmonies of #E70182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70182

Black with #E70182

Text Example


Text Example

White with #E70182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70182; }

 p { color: rgb(231,1,130); }

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

background-color css

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

 a { background-color: rgb(231,1,130); }

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

border-color css

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

 span { border-color: rgb(231,1,130); }

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