Html Css Color HEX #E705AE Hollywood Cerise

📋 copy color: '#E705AE'

red 231 ◦ green 5 ◦ blue 174

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

Shades of Hollywood Cerise #E705AE

Tints of Hollywood Cerise #E705AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 56.34%
G = 1.22%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E705AE (or 0xE705AE) is known color: Hollywood Cerise. HEX triplet: E7, 05 and AE. RGB value is (231,5,174). Sum of RGB (Red+Green+Blue) = 231+5+174=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E705AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705AE is #18FA51. Grayscale: #5B5B5B. Windows color (decimal): -1636946 or 11404775. OLE color: 11404775.

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

Color convert

RGB 231 5 174 -
CMYK 0 0.98 0.25 0.09
HSL 315.13º 0.96% 0.46% -
HSV(B) 315.13º 0.98% 0.91% -
XYZ 40.65 20.15 41.79 -
YUV 91.84 174.37 227.26 -
System Red Green Blue C M Y K H S L
Decimal 231 5 174 0 0.98 0.25 0.09 315.13 0.96 0.46
Hex E7 5 AE 0 62 19 9 13B 60 2E
Octal 347 5 256 0 142 31 11 473 140 56
Binary 11100111 101 10101110 0 1100010 11001 1001 100111011 1100000 101110

Color Harmonies of #E705AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705AE

Black with #E705AE

Text Example


Text Example

White with #E705AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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