Html Css Color HEX #EA1285 Deep Pink

📋 copy color: '#EA1285'

red 234 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #EA1285

Tints of Deep Pink #EA1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 60.78%
G = 4.68%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA1285 (or 0xEA1285) is known color: Deep Pink. HEX triplet: EA, 12 and 85. RGB value is (234,18,133). Sum of RGB (Red+Green+Blue) = 234+18+133=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1285 is #15ED7A. Grayscale: #5F5F5F. Windows color (decimal): -1437051 or 8721130. OLE color: 8721130.

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

Color convert

RGB 234 18 133 -
CMYK 0 0.92 0.43 0.08
HSL 328.06º 0.86% 0.49% -
HSV(B) 328.06º 0.92% 0.92% -
XYZ 38.38 19.62 23.95 -
YUV 95.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 234 18 133 0 0.92 0.43 0.08 328.06 0.86 0.49
Hex EA 12 85 0 5C 2B 8 148 56 31
Octal 352 22 205 0 134 53 10 510 126 61
Binary 11101010 10010 10000101 0 1011100 101011 1000 101001000 1010110 110001

Color Harmonies of #EA1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1285

Black with #EA1285

Text Example


Text Example

White with #EA1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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