Html Css Color HEX #EA1383 Deep Pink

📋 copy color: '#EA1383'

red 234 ◦ green 19 ◦ blue 131

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

Shades of Deep Pink #EA1383

Tints of Deep Pink #EA1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 60.94%
G = 4.95%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1383 (or 0xEA1383) is known color: Deep Pink. HEX triplet: EA, 13 and 83. RGB value is (234,19,131). Sum of RGB (Red+Green+Blue) = 234+19+131=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1383 is #15EC7C. Grayscale: #5F5F5F. Windows color (decimal): -1436797 or 8590314. OLE color: 8590314.

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

Color convert

RGB 234 19 131 -
CMYK 0 0.92 0.44 0.08
HSL 328.74º 0.85% 0.5% -
HSV(B) 328.74º 0.92% 0.92% -
XYZ 38.26 19.6 23.24 -
YUV 96.05 147.73 226.39 -
System Red Green Blue C M Y K H S L
Decimal 234 19 131 0 0.92 0.44 0.08 328.74 0.85 0.5
Hex EA 13 83 0 5C 2C 8 149 55 32
Octal 352 23 203 0 134 54 10 511 125 62
Binary 11101010 10011 10000011 0 1011100 101100 1000 101001001 1010101 110010

Color Harmonies of #EA1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1383

Black with #EA1383

Text Example


Text Example

White with #EA1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1383; }

 p { color: rgb(234,19,131); }

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

background-color css

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

 a { background-color: rgb(234,19,131); }

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

border-color css

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

 span { border-color: rgb(234,19,131); }

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