Html Css Color HEX #EA1793 Deep Pink

📋 copy color: '#EA1793'

red 234 ◦ green 23 ◦ blue 147

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

Shades of Deep Pink #EA1793

Tints of Deep Pink #EA1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.69%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 57.92%
G = 5.69%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA1793 (or 0xEA1793) is known color: Deep Pink. HEX triplet: EA, 17 and 93. RGB value is (234,23,147). Sum of RGB (Red+Green+Blue) = 234+23+147=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1793 is #15E86C. Grayscale: #636363. Windows color (decimal): -1435757 or 9639914. OLE color: 9639914.

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

Color convert

RGB 234 23 147 -
CMYK 0 0.90 0.37 0.08
HSL 324.74º 0.83% 0.5% -
HSV(B) 324.74º 0.9% 0.92% -
XYZ 39.5 20.21 29.42 -
YUV 100.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 234 23 147 0 0.90 0.37 0.08 324.74 0.83 0.5
Hex EA 17 93 0 5A 25 8 145 53 32
Octal 352 27 223 0 132 45 10 505 123 62
Binary 11101010 10111 10010011 0 1011010 100101 1000 101000101 1010011 110010

Color Harmonies of #EA1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1793

Black with #EA1793

Text Example


Text Example

White with #EA1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1793; }

 p { color: rgb(234,23,147); }

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

background-color css

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

 a { background-color: rgb(234,23,147); }

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

border-color css

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

 span { border-color: rgb(234,23,147); }

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