Html Css Color HEX #E6069D Hollywood Cerise

📋 copy color: '#E6069D'

red 230 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #E6069D

Tints of Hollywood Cerise #E6069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 58.52%
G = 1.53%
B = 39.95%

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

#E6069D (or 0xE6069D) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 9D. RGB value is (230,6,157). Sum of RGB (Red+Green+Blue) = 230+6+157=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6069D is #19F962. Grayscale: #595959. Windows color (decimal): -1702243 or 10290918. OLE color: 10290918.

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

Color convert

RGB 230 6 157 -
CMYK 0 0.97 0.32 0.10
HSL 319.55º 0.95% 0.46% -
HSV(B) 319.55º 0.97% 0.9% -
XYZ 38.78 19.39 33.6 -
YUV 90.19 165.71 227.72 -
System Red Green Blue C M Y K H S L
Decimal 230 6 157 0 0.97 0.32 0.10 319.55 0.95 0.46
Hex E6 6 9D 0 61 20 A 140 5F 2E
Octal 346 6 235 0 141 40 12 500 137 56
Binary 11100110 110 10011101 0 1100001 100000 1010 101000000 1011111 101110

Color Harmonies of #E6069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6069D

Black with #E6069D

Text Example


Text Example

White with #E6069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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