Html Css Color HEX #EA1895 Deep Pink

📋 copy color: '#EA1895'

red 234 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #EA1895

Tints of Deep Pink #EA1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 57.49%
G = 5.9%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA1895 (or 0xEA1895) is known color: Deep Pink. HEX triplet: EA, 18 and 95. RGB value is (234,24,149). Sum of RGB (Red+Green+Blue) = 234+24+149=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1895 is #15E76A. Grayscale: #646464. Windows color (decimal): -1435499 or 9771242. OLE color: 9771242.

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

Color convert

RGB 234 24 149 -
CMYK 0 0.90 0.36 0.08
HSL 324.29º 0.83% 0.51% -
HSV(B) 324.29º 0.9% 0.92% -
XYZ 39.68 20.32 30.26 -
YUV 101.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 234 24 149 0 0.90 0.36 0.08 324.29 0.83 0.51
Hex EA 18 95 0 5A 24 8 144 53 33
Octal 352 30 225 0 132 44 10 504 123 63
Binary 11101010 11000 10010101 0 1011010 100100 1000 101000100 1010011 110011

Color Harmonies of #EA1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1895

Black with #EA1895

Text Example


Text Example

White with #EA1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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