Html Css Color HEX #EA097D Deep Pink

📋 copy color: '#EA097D'

red 234 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #EA097D

Tints of Deep Pink #EA097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 63.59%
G = 2.45%
B = 33.97%

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

#EA097D (or 0xEA097D) is known color: Deep Pink. HEX triplet: EA, 09 and 7D. RGB value is (234,9,125). Sum of RGB (Red+Green+Blue) = 234+9+125=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA097D is #15F682. Grayscale: #595959. Windows color (decimal): -1439363 or 8194538. OLE color: 8194538.

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

Color convert

RGB 234 9 125 -
CMYK 0 0.96 0.47 0.08
HSL 329.07º 0.93% 0.48% -
HSV(B) 329.07º 0.96% 0.92% -
XYZ 37.73 19.17 21.11 -
YUV 89.5 148.04 231.07 -
System Red Green Blue C M Y K H S L
Decimal 234 9 125 0 0.96 0.47 0.08 329.07 0.93 0.48
Hex EA 9 7D 0 60 2F 8 149 5D 30
Octal 352 11 175 0 140 57 10 511 135 60
Binary 11101010 1001 1111101 0 1100000 101111 1000 101001001 1011101 110000

Color Harmonies of #EA097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA097D

Black with #EA097D

Text Example


Text Example

White with #EA097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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