Html Css Color HEX #E706A5 Hollywood Cerise

📋 copy color: '#E706A5'

red 231 ◦ green 6 ◦ blue 165

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

Shades of Hollywood Cerise #E706A5

Tints of Hollywood Cerise #E706A5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 57.46%
G = 1.49%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E706A5 (or 0xE706A5) is known color: Hollywood Cerise. HEX triplet: E7, 06 and A5. RGB value is (231,6,165). Sum of RGB (Red+Green+Blue) = 231+6+165=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E706A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706A5 is #18F95A. Grayscale: #5A5A5A. Windows color (decimal): -1636699 or 10815207. OLE color: 10815207.

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

Color convert

RGB 231 6 165 -
CMYK 0 0.97 0.29 0.09
HSL 317.6º 0.95% 0.46% -
HSV(B) 317.6º 0.97% 0.91% -
XYZ 39.81 19.84 37.33 -
YUV 91.4 169.54 227.57 -
System Red Green Blue C M Y K H S L
Decimal 231 6 165 0 0.97 0.29 0.09 317.6 0.95 0.46
Hex E7 6 A5 0 61 1D 9 13E 5F 2E
Octal 347 6 245 0 141 35 11 476 137 56
Binary 11100111 110 10100101 0 1100001 11101 1001 100111110 1011111 101110

Color Harmonies of #E706A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706A5

Black with #E706A5

Text Example


Text Example

White with #E706A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706A5; }

 p { color: rgb(231,6,165); }

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

background-color css

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

 a { background-color: rgb(231,6,165); }

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

border-color css

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

 span { border-color: rgb(231,6,165); }

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