Html Css Color HEX #EA1597 Deep Pink

📋 copy color: '#EA1597'

red 234 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #EA1597

Tints of Deep Pink #EA1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 57.64%
G = 5.17%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1597 (or 0xEA1597) is known color: Deep Pink. HEX triplet: EA, 15 and 97. RGB value is (234,21,151). Sum of RGB (Red+Green+Blue) = 234+21+151=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1597 is #15EA68. Grayscale: #636363. Windows color (decimal): -1436265 or 9901546. OLE color: 9901546.

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

Color convert

RGB 234 21 151 -
CMYK 0 0.91 0.35 0.08
HSL 323.38º 0.84% 0.5% -
HSV(B) 323.38º 0.91% 0.92% -
XYZ 39.79 20.26 31.09 -
YUV 99.51 157.07 223.93 -
System Red Green Blue C M Y K H S L
Decimal 234 21 151 0 0.91 0.35 0.08 323.38 0.84 0.5
Hex EA 15 97 0 5B 23 8 143 54 32
Octal 352 25 227 0 133 43 10 503 124 62
Binary 11101010 10101 10010111 0 1011011 100011 1000 101000011 1010100 110010

Color Harmonies of #EA1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1597

Black with #EA1597

Text Example


Text Example

White with #EA1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1597; }

 p { color: rgb(234,21,151); }

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

background-color css

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

 a { background-color: rgb(234,21,151); }

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

border-color css

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

 span { border-color: rgb(234,21,151); }

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