Html Css Color HEX #EA188B Deep Pink

📋 copy color: '#EA188B'

red 234 ◦ green 24 ◦ blue 139

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

Shades of Deep Pink #EA188B

Tints of Deep Pink #EA188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

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

R = 58.94%
G = 6.05%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA188B (or 0xEA188B) is known color: Deep Pink. HEX triplet: EA, 18 and 8B. RGB value is (234,24,139). Sum of RGB (Red+Green+Blue) = 234+24+139=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA188B is #15E774. Grayscale: #636363. Windows color (decimal): -1435509 or 9115882. OLE color: 9115882.

HSL color Cylindrical-coordinate representation of color #EA188B: hue angle of 327.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA188B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 139 -
CMYK 0 0.90 0.41 0.08
HSL 327.14º 0.83% 0.51% -
HSV(B) 327.14º 0.9% 0.92% -
XYZ 38.92 20.01 26.24 -
YUV 99.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 234 24 139 0 0.90 0.41 0.08 327.14 0.83 0.51
Hex EA 18 8B 0 5A 29 8 147 53 33
Octal 352 30 213 0 132 51 10 507 123 63
Binary 11101010 11000 10001011 0 1011010 101001 1000 101000111 1010011 110011

Color Harmonies of #EA188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA188B

Black with #EA188B

Text Example


Text Example

White with #EA188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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