Html Css Color HEX #E7069B Hollywood Cerise

📋 copy color: '#E7069B'

red 231 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #E7069B

Tints of Hollywood Cerise #E7069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 58.93%
G = 1.53%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7069B (or 0xE7069B) is known color: Hollywood Cerise. HEX triplet: E7, 06 and 9B. RGB value is (231,6,155). Sum of RGB (Red+Green+Blue) = 231+6+155=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7069B is #18F964. Grayscale: #595959. Windows color (decimal): -1636709 or 10159847. OLE color: 10159847.

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

Color convert

RGB 231 6 155 -
CMYK 0 0.97 0.33 0.09
HSL 320.27º 0.95% 0.46% -
HSV(B) 320.27º 0.97% 0.91% -
XYZ 38.94 19.49 32.72 -
YUV 90.26 164.54 228.38 -
System Red Green Blue C M Y K H S L
Decimal 231 6 155 0 0.97 0.33 0.09 320.27 0.95 0.46
Hex E7 6 9B 0 61 21 9 140 5F 2E
Octal 347 6 233 0 141 41 11 500 137 56
Binary 11100111 110 10011011 0 1100001 100001 1001 101000000 1011111 101110

Color Harmonies of #E7069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7069B

Black with #E7069B

Text Example


Text Example

White with #E7069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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