Html Css Color HEX #EA068E Hollywood Cerise

📋 copy color: '#EA068E'

red 234 ◦ green 6 ◦ blue 142

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

Shades of Hollywood Cerise #EA068E

Tints of Hollywood Cerise #EA068E

RGB

 RED value IS 234 (91.8% from 255) = 61.26%

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 61.26%
G = 1.57%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA068E (or 0xEA068E) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 8E. RGB value is (234,6,142). Sum of RGB (Red+Green+Blue) = 234+6+142=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA068E is #15F971. Grayscale: #595959. Windows color (decimal): -1440114 or 9307882. OLE color: 9307882.

HSL color Cylindrical-coordinate representation of color #EA068E: hue angle of 324.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA068E is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 142 -
CMYK 0 0.97 0.39 0.08
HSL 324.21º 0.95% 0.47% -
HSV(B) 324.21º 0.97% 0.92% -
XYZ 38.88 19.58 27.32 -
YUV 89.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 234 6 142 0 0.97 0.39 0.08 324.21 0.95 0.47
Hex EA 6 8E 0 61 27 8 144 5F 2F
Octal 352 6 216 0 141 47 10 504 137 57
Binary 11101010 110 10001110 0 1100001 100111 1000 101000100 1011111 101111

Color Harmonies of #EA068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA068E

Black with #EA068E

Text Example


Text Example

White with #EA068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA068E; }

 p { color: rgb(234,6,142); }

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

background-color css

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

 a { background-color: rgb(234,6,142); }

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

border-color css

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

 span { border-color: rgb(234,6,142); }

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