Html Css Color HEX #E6069C Hollywood Cerise

📋 copy color: '#E6069C'

red 230 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #E6069C

Tints of Hollywood Cerise #E6069C

RGB

 RED value IS 230 (90.23% from 255) = 58.67%

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

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

R = 58.67%
G = 1.53%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6069C (or 0xE6069C) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 9C. RGB value is (230,6,156). Sum of RGB (Red+Green+Blue) = 230+6+156=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6069C is #19F963. Grayscale: #595959. Windows color (decimal): -1702244 or 10225382. OLE color: 10225382.

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

Color convert

RGB 230 6 156 -
CMYK 0 0.97 0.32 0.10
HSL 319.82º 0.95% 0.46% -
HSV(B) 319.82º 0.97% 0.9% -
XYZ 38.7 19.35 33.15 -
YUV 90.08 165.21 227.8 -
System Red Green Blue C M Y K H S L
Decimal 230 6 156 0 0.97 0.32 0.10 319.82 0.95 0.46
Hex E6 6 9C 0 61 20 A 140 5F 2E
Octal 346 6 234 0 141 40 12 500 137 56
Binary 11100110 110 10011100 0 1100001 100000 1010 101000000 1011111 101110

Color Harmonies of #E6069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6069C

Black with #E6069C

Text Example


Text Example

White with #E6069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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