Html Css Color HEX #E7069C Hollywood Cerise

📋 copy color: '#E7069C'

red 231 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #E7069C

Tints of Hollywood Cerise #E7069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 58.78%
G = 1.53%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7069C (or 0xE7069C) is known color: Hollywood Cerise. HEX triplet: E7, 06 and 9C. RGB value is (231,6,156). Sum of RGB (Red+Green+Blue) = 231+6+156=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7069C is #18F963. Grayscale: #5A5A5A. Windows color (decimal): -1636708 or 10225383. OLE color: 10225383.

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

Color convert

RGB 231 6 156 -
CMYK 0 0.97 0.32 0.09
HSL 320º 0.95% 0.46% -
HSV(B) 320º 0.97% 0.91% -
XYZ 39.02 19.52 33.16 -
YUV 90.38 165.04 228.3 -
System Red Green Blue C M Y K H S L
Decimal 231 6 156 0 0.97 0.32 0.09 320 0.95 0.46
Hex E7 6 9C 0 61 20 9 140 5F 2E
Octal 347 6 234 0 141 40 11 500 137 56
Binary 11100111 110 10011100 0 1100001 100000 1001 101000000 1011111 101110

Color Harmonies of #E7069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7069C

Black with #E7069C

Text Example


Text Example

White with #E7069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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