Html Css Color HEX #E2069B Hollywood Cerise

📋 copy color: '#E2069B'

red 226 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #E2069B

Tints of Hollywood Cerise #E2069B

RGB

 RED value IS 226 (88.67% from 255) = 58.4%

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

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

R = 58.4%
G = 1.55%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2069B (or 0xE2069B) is known color: Hollywood Cerise. HEX triplet: E2, 06 and 9B. RGB value is (226,6,155). Sum of RGB (Red+Green+Blue) = 226+6+155=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2069B is #1DF964. Grayscale: #585858. Windows color (decimal): -1964389 or 10159842. OLE color: 10159842.

HSL color Cylindrical-coordinate representation of color #E2069B: hue angle of 319.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2069B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 6 155 -
CMYK 0 0.97 0.31 0.11
HSL 319.36º 0.95% 0.45% -
HSV(B) 319.36º 0.97% 0.89% -
XYZ 37.35 18.67 32.64 -
YUV 88.77 165.39 225.88 -
System Red Green Blue C M Y K H S L
Decimal 226 6 155 0 0.97 0.31 0.11 319.36 0.95 0.45
Hex E2 6 9B 0 61 1F B 13F 5F 2D
Octal 342 6 233 0 141 37 13 477 137 55
Binary 11100010 110 10011011 0 1100001 11111 1011 100111111 1011111 101101

Color Harmonies of #E2069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2069B

Black with #E2069B

Text Example


Text Example

White with #E2069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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