Html Css Color HEX #EA138C Deep Pink

📋 copy color: '#EA138C'

red 234 ◦ green 19 ◦ blue 140

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

Shades of Deep Pink #EA138C

Tints of Deep Pink #EA138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

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

R = 59.54%
G = 4.83%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA138C (or 0xEA138C) is known color: Deep Pink. HEX triplet: EA, 13 and 8C. RGB value is (234,19,140). Sum of RGB (Red+Green+Blue) = 234+19+140=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA138C is #15EC73. Grayscale: #606060. Windows color (decimal): -1436788 or 9180138. OLE color: 9180138.

HSL color Cylindrical-coordinate representation of color #EA138C: hue angle of 326.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA138C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 19 140 -
CMYK 0 0.92 0.40 0.08
HSL 326.23º 0.85% 0.5% -
HSV(B) 326.23º 0.92% 0.92% -
XYZ 38.9 19.85 26.59 -
YUV 97.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 234 19 140 0 0.92 0.40 0.08 326.23 0.85 0.5
Hex EA 13 8C 0 5C 28 8 146 55 32
Octal 352 23 214 0 134 50 10 506 125 62
Binary 11101010 10011 10001100 0 1011100 101000 1000 101000110 1010101 110010

Color Harmonies of #EA138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA138C

Black with #EA138C

Text Example


Text Example

White with #EA138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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