Html Css Color HEX #EA068B Hollywood Cerise

📋 copy color: '#EA068B'

red 234 ◦ green 6 ◦ blue 139

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

Shades of Hollywood Cerise #EA068B

Tints of Hollywood Cerise #EA068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 61.74%
G = 1.58%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA068B (or 0xEA068B) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 8B. RGB value is (234,6,139). Sum of RGB (Red+Green+Blue) = 234+6+139=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA068B is #15F974. Grayscale: #595959. Windows color (decimal): -1440117 or 9111274. OLE color: 9111274.

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

Color convert

RGB 234 6 139 -
CMYK 0 0.97 0.41 0.08
HSL 325º 0.95% 0.47% -
HSV(B) 325º 0.97% 0.92% -
XYZ 38.66 19.49 26.15 -
YUV 89.33 156.04 231.19 -
System Red Green Blue C M Y K H S L
Decimal 234 6 139 0 0.97 0.41 0.08 325 0.95 0.47
Hex EA 6 8B 0 61 29 8 145 5F 2F
Octal 352 6 213 0 141 51 10 505 137 57
Binary 11101010 110 10001011 0 1100001 101001 1000 101000101 1011111 101111

Color Harmonies of #EA068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA068B

Black with #EA068B

Text Example


Text Example

White with #EA068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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