Html Css Color HEX #E705AF Hollywood Cerise

📋 copy color: '#E705AF'

red 231 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #E705AF

Tints of Hollywood Cerise #E705AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 56.2%
G = 1.22%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E705AF (or 0xE705AF) is known color: Hollywood Cerise. HEX triplet: E7, 05 and AF. RGB value is (231,5,175). Sum of RGB (Red+Green+Blue) = 231+5+175=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E705AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705AF is #18FA50. Grayscale: #5B5B5B. Windows color (decimal): -1636945 or 11470311. OLE color: 11470311.

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

Color convert

RGB 231 5 175 -
CMYK 0 0.98 0.24 0.09
HSL 314.87º 0.96% 0.46% -
HSV(B) 314.87º 0.98% 0.91% -
XYZ 40.75 20.19 42.31 -
YUV 91.95 174.87 227.18 -
System Red Green Blue C M Y K H S L
Decimal 231 5 175 0 0.98 0.24 0.09 314.87 0.96 0.46
Hex E7 5 AF 0 62 18 9 13B 60 2E
Octal 347 5 257 0 142 30 11 473 140 56
Binary 11100111 101 10101111 0 1100010 11000 1001 100111011 1100000 101110

Color Harmonies of #E705AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705AF

Black with #E705AF

Text Example


Text Example

White with #E705AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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