Html Css Color HEX #EA1686 Deep Pink

📋 copy color: '#EA1686'

red 234 ◦ green 22 ◦ blue 134

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

Shades of Deep Pink #EA1686

Tints of Deep Pink #EA1686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 60%
G = 5.64%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA1686 (or 0xEA1686) is known color: Deep Pink. HEX triplet: EA, 16 and 86. RGB value is (234,22,134). Sum of RGB (Red+Green+Blue) = 234+22+134=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1686 is #15E979. Grayscale: #616161. Windows color (decimal): -1436026 or 8787690. OLE color: 8787690.

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

Color convert

RGB 234 22 134 -
CMYK 0 0.91 0.43 0.08
HSL 328.3º 0.83% 0.5% -
HSV(B) 328.3º 0.91% 0.92% -
XYZ 38.52 19.79 24.34 -
YUV 98.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 234 22 134 0 0.91 0.43 0.08 328.3 0.83 0.5
Hex EA 16 86 0 5B 2B 8 148 53 32
Octal 352 26 206 0 133 53 10 510 123 62
Binary 11101010 10110 10000110 0 1011011 101011 1000 101001000 1010011 110010

Color Harmonies of #EA1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1686

Black with #EA1686

Text Example


Text Example

White with #EA1686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1686; }

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

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

background-color css

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

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

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

border-color css

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

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

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