Html Css Color HEX #E2068A Hollywood Cerise

📋 copy color: '#E2068A'

red 226 ◦ green 6 ◦ blue 138

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

Shades of Hollywood Cerise #E2068A

Tints of Hollywood Cerise #E2068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 61.08%
G = 1.62%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2068A (or 0xE2068A) is known color: Hollywood Cerise. HEX triplet: E2, 06 and 8A. RGB value is (226,6,138). Sum of RGB (Red+Green+Blue) = 226+6+138=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2068A is #1DF975. Grayscale: #565656. Windows color (decimal): -1964406 or 9045730. OLE color: 9045730.

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

Color convert

RGB 226 6 138 -
CMYK 0 0.97 0.39 0.11
HSL 324º 0.95% 0.45% -
HSV(B) 324º 0.97% 0.89% -
XYZ 36.02 18.13 25.65 -
YUV 86.83 156.89 227.27 -
System Red Green Blue C M Y K H S L
Decimal 226 6 138 0 0.97 0.39 0.11 324 0.95 0.45
Hex E2 6 8A 0 61 27 B 144 5F 2D
Octal 342 6 212 0 141 47 13 504 137 55
Binary 11100010 110 10001010 0 1100001 100111 1011 101000100 1011111 101101

Color Harmonies of #E2068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2068A

Black with #E2068A

Text Example


Text Example

White with #E2068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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