Html Css Color HEX #E705B1 Hollywood Cerise

📋 copy color: '#E705B1'

red 231 ◦ green 5 ◦ blue 177

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

Shades of Hollywood Cerise #E705B1

Tints of Hollywood Cerise #E705B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 55.93%
G = 1.21%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E705B1 (or 0xE705B1) is known color: Hollywood Cerise. HEX triplet: E7, 05 and B1. RGB value is (231,5,177). Sum of RGB (Red+Green+Blue) = 231+5+177=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E705B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705B1 is #18FA4E. Grayscale: #5B5B5B. Windows color (decimal): -1636943 or 11601383. OLE color: 11601383.

HSL color Cylindrical-coordinate representation of color #E705B1: hue angle of 314.34º 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 #E705B1 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 177 -
CMYK 0 0.98 0.23 0.09
HSL 314.34º 0.96% 0.46% -
HSV(B) 314.34º 0.98% 0.91% -
XYZ 40.95 20.27 43.35 -
YUV 92.18 175.87 227.01 -
System Red Green Blue C M Y K H S L
Decimal 231 5 177 0 0.98 0.23 0.09 314.34 0.96 0.46
Hex E7 5 B1 0 62 17 9 13A 60 2E
Octal 347 5 261 0 142 27 11 472 140 56
Binary 11100111 101 10110001 0 1100010 10111 1001 100111010 1100000 101110

Color Harmonies of #E705B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705B1

Black with #E705B1

Text Example


Text Example

White with #E705B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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