Html Css Color HEX #EA1295 Deep Pink

📋 copy color: '#EA1295'

red 234 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #EA1295

Tints of Deep Pink #EA1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 58.35%
G = 4.49%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA1295 (or 0xEA1295) is known color: Deep Pink. HEX triplet: EA, 12 and 95. RGB value is (234,18,149). Sum of RGB (Red+Green+Blue) = 234+18+149=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1295 is #15ED6A. Grayscale: #616161. Windows color (decimal): -1437035 or 9769706. OLE color: 9769706.

HSL color Cylindrical-coordinate representation of color #EA1295: hue angle of 323.61º 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 #EA1295 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 149 -
CMYK 0 0.92 0.36 0.08
HSL 323.61º 0.86% 0.49% -
HSV(B) 323.61º 0.92% 0.92% -
XYZ 39.57 20.09 30.23 -
YUV 97.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 234 18 149 0 0.92 0.36 0.08 323.61 0.86 0.49
Hex EA 12 95 0 5C 24 8 144 56 31
Octal 352 22 225 0 134 44 10 504 126 61
Binary 11101010 10010 10010101 0 1011100 100100 1000 101000100 1010110 110001

Color Harmonies of #EA1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1295

Black with #EA1295

Text Example


Text Example

White with #EA1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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