Html Css Color HEX #E705A1 Hollywood Cerise

📋 copy color: '#E705A1'

red 231 ◦ green 5 ◦ blue 161

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

Shades of Hollywood Cerise #E705A1

Tints of Hollywood Cerise #E705A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 58.19%
G = 1.26%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E705A1 (or 0xE705A1) is known color: Hollywood Cerise. HEX triplet: E7, 05 and A1. RGB value is (231,5,161). Sum of RGB (Red+Green+Blue) = 231+5+161=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E705A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705A1 is #18FA5E. Grayscale: #595959. Windows color (decimal): -1636959 or 10552807. OLE color: 10552807.

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

Color convert

RGB 231 5 161 -
CMYK 0 0.98 0.30 0.09
HSL 318.58º 0.96% 0.46% -
HSV(B) 318.58º 0.98% 0.91% -
XYZ 39.44 19.67 35.44 -
YUV 90.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 231 5 161 0 0.98 0.30 0.09 318.58 0.96 0.46
Hex E7 5 A1 0 62 1E 9 13F 60 2E
Octal 347 5 241 0 142 36 11 477 140 56
Binary 11100111 101 10100001 0 1100010 11110 1001 100111111 1100000 101110

Color Harmonies of #E705A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705A1

Black with #E705A1

Text Example


Text Example

White with #E705A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705A1; }

 p { color: rgb(231,5,161); }

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

background-color css

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

 a { background-color: rgb(231,5,161); }

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

border-color css

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

 span { border-color: rgb(231,5,161); }

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