Html Css Color HEX #EA097C Deep Pink

📋 copy color: '#EA097C'

red 234 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #EA097C

Tints of Deep Pink #EA097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 63.76%
G = 2.45%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA097C (or 0xEA097C) is known color: Deep Pink. HEX triplet: EA, 09 and 7C. RGB value is (234,9,124). Sum of RGB (Red+Green+Blue) = 234+9+124=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA097C is #15F683. Grayscale: #595959. Windows color (decimal): -1439364 or 8129002. OLE color: 8129002.

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

Color convert

RGB 234 9 124 -
CMYK 0 0.96 0.47 0.08
HSL 329.33º 0.93% 0.48% -
HSV(B) 329.33º 0.96% 0.92% -
XYZ 37.67 19.14 20.78 -
YUV 89.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 234 9 124 0 0.96 0.47 0.08 329.33 0.93 0.48
Hex EA 9 7C 0 60 2F 8 149 5D 30
Octal 352 11 174 0 140 57 10 511 135 60
Binary 11101010 1001 1111100 0 1100000 101111 1000 101001001 1011101 110000

Color Harmonies of #EA097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA097C

Black with #EA097C

Text Example


Text Example

White with #EA097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA097C; }

 p { color: rgb(234,9,124); }

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

background-color css

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

 a { background-color: rgb(234,9,124); }

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

border-color css

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

 span { border-color: rgb(234,9,124); }

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