Html Css Color HEX #EA098C Deep Pink

📋 copy color: '#EA098C'

red 234 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #EA098C

Tints of Deep Pink #EA098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 61.1%
G = 2.35%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA098C (or 0xEA098C) is known color: Deep Pink. HEX triplet: EA, 09 and 8C. RGB value is (234,9,140). Sum of RGB (Red+Green+Blue) = 234+9+140=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA098C is #15F673. Grayscale: #5A5A5A. Windows color (decimal): -1439348 or 9177578. OLE color: 9177578.

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

Color convert

RGB 234 9 140 -
CMYK 0 0.96 0.40 0.08
HSL 325.07º 0.93% 0.48% -
HSV(B) 325.07º 0.96% 0.92% -
XYZ 38.76 19.58 26.55 -
YUV 91.21 155.54 229.85 -
System Red Green Blue C M Y K H S L
Decimal 234 9 140 0 0.96 0.40 0.08 325.07 0.93 0.48
Hex EA 9 8C 0 60 28 8 145 5D 30
Octal 352 11 214 0 140 50 10 505 135 60
Binary 11101010 1001 10001100 0 1100000 101000 1000 101000101 1011101 110000

Color Harmonies of #EA098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA098C

Black with #EA098C

Text Example


Text Example

White with #EA098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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