Html Css Color HEX #E6069B Hollywood Cerise

📋 copy color: '#E6069B'

red 230 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #E6069B

Tints of Hollywood Cerise #E6069B

RGB

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

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

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

R = 58.82%
G = 1.53%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6069B (or 0xE6069B) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 9B. RGB value is (230,6,155). Sum of RGB (Red+Green+Blue) = 230+6+155=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6069B is #19F964. Grayscale: #595959. Windows color (decimal): -1702245 or 10159846. OLE color: 10159846.

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

Color convert

RGB 230 6 155 -
CMYK 0 0.97 0.33 0.10
HSL 320.09º 0.95% 0.46% -
HSV(B) 320.09º 0.97% 0.9% -
XYZ 38.61 19.32 32.7 -
YUV 89.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 230 6 155 0 0.97 0.33 0.10 320.09 0.95 0.46
Hex E6 6 9B 0 61 21 A 140 5F 2E
Octal 346 6 233 0 141 41 12 500 137 56
Binary 11100110 110 10011011 0 1100001 100001 1010 101000000 1011111 101110

Color Harmonies of #E6069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6069B

Black with #E6069B

Text Example


Text Example

White with #E6069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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