Html Css Color HEX #EA1898 Deep Pink

📋 copy color: '#EA1898'

red 234 ◦ green 24 ◦ blue 152

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

Shades of Deep Pink #EA1898

Tints of Deep Pink #EA1898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 57.07%
G = 5.85%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1898 (or 0xEA1898) is known color: Deep Pink. HEX triplet: EA, 18 and 98. RGB value is (234,24,152). Sum of RGB (Red+Green+Blue) = 234+24+152=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1898 is #15E767. Grayscale: #656565. Windows color (decimal): -1435496 or 9967850. OLE color: 9967850.

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

Color convert

RGB 234 24 152 -
CMYK 0 0.90 0.35 0.08
HSL 323.43º 0.83% 0.51% -
HSV(B) 323.43º 0.9% 0.92% -
XYZ 39.93 20.41 31.54 -
YUV 101.38 156.57 222.59 -
System Red Green Blue C M Y K H S L
Decimal 234 24 152 0 0.90 0.35 0.08 323.43 0.83 0.51
Hex EA 18 98 0 5A 23 8 143 53 33
Octal 352 30 230 0 132 43 10 503 123 63
Binary 11101010 11000 10011000 0 1011010 100011 1000 101000011 1010011 110011

Color Harmonies of #EA1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1898

Black with #EA1898

Text Example


Text Example

White with #EA1898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1898; }

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

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

background-color css

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

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

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

border-color css

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

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

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