Html Css Color HEX #EA1291 Deep Pink

📋 copy color: '#EA1291'

red 234 ◦ green 18 ◦ blue 145

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

Shades of Deep Pink #EA1291

Tints of Deep Pink #EA1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 58.94%
G = 4.53%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA1291 (or 0xEA1291) is known color: Deep Pink. HEX triplet: EA, 12 and 91. RGB value is (234,18,145). Sum of RGB (Red+Green+Blue) = 234+18+145=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1291 is #15ED6E. Grayscale: #606060. Windows color (decimal): -1437039 or 9507562. OLE color: 9507562.

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

Color convert

RGB 234 18 145 -
CMYK 0 0.92 0.38 0.08
HSL 324.72º 0.86% 0.49% -
HSV(B) 324.72º 0.92% 0.92% -
XYZ 39.26 19.97 28.57 -
YUV 97.06 155.06 225.67 -
System Red Green Blue C M Y K H S L
Decimal 234 18 145 0 0.92 0.38 0.08 324.72 0.86 0.49
Hex EA 12 91 0 5C 26 8 145 56 31
Octal 352 22 221 0 134 46 10 505 126 61
Binary 11101010 10010 10010001 0 1011100 100110 1000 101000101 1010110 110001

Color Harmonies of #EA1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1291

Black with #EA1291

Text Example


Text Example

White with #EA1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1291; }

 p { color: rgb(234,18,145); }

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

background-color css

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

 a { background-color: rgb(234,18,145); }

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

border-color css

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

 span { border-color: rgb(234,18,145); }

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