Html Css Color HEX #EA1693 Deep Pink

📋 copy color: '#EA1693'

red 234 ◦ green 22 ◦ blue 147

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

Shades of Deep Pink #EA1693

Tints of Deep Pink #EA1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

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

R = 58.06%
G = 5.46%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA1693 (or 0xEA1693) is known color: Deep Pink. HEX triplet: EA, 16 and 93. RGB value is (234,22,147). Sum of RGB (Red+Green+Blue) = 234+22+147=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1693 is #15E96C. Grayscale: #636363. Windows color (decimal): -1436013 or 9639658. OLE color: 9639658.

HSL color Cylindrical-coordinate representation of color #EA1693: hue angle of 324.62º degrees, saturation: 0.83, 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 #EA1693 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 22 147 -
CMYK 0 0.91 0.37 0.08
HSL 324.62º 0.83% 0.5% -
HSV(B) 324.62º 0.91% 0.92% -
XYZ 39.49 20.17 29.42 -
YUV 99.64 154.74 223.84 -
System Red Green Blue C M Y K H S L
Decimal 234 22 147 0 0.91 0.37 0.08 324.62 0.83 0.5
Hex EA 16 93 0 5B 25 8 145 53 32
Octal 352 26 223 0 133 45 10 505 123 62
Binary 11101010 10110 10010011 0 1011011 100101 1000 101000101 1010011 110010

Color Harmonies of #EA1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1693

Black with #EA1693

Text Example


Text Example

White with #EA1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1693; }

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

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

background-color css

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

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

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

border-color css

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

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

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