Html Css Color HEX #EA6181 Dark Pink

📋 copy color: '#EA6181'

red 234 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #EA6181

Tints of Dark Pink #EA6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 50.87%
G = 21.09%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA6181 (or 0xEA6181) is known color: Dark Pink. HEX triplet: EA, 61 and 81. RGB value is (234,97,129). Sum of RGB (Red+Green+Blue) = 234+97+129=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6181 is #159E7E. Grayscale: #8D8D8D. Windows color (decimal): -1416831 or 8479210. OLE color: 8479210.

HSL color Cylindrical-coordinate representation of color #EA6181: hue angle of 345.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6181 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 129 -
CMYK 0 0.59 0.45 0.08
HSL 345.99º 0.77% 0.65% -
HSV(B) 345.99º 0.59% 0.92% -
XYZ 42.17 27.63 23.88 -
YUV 141.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 234 97 129 0 0.59 0.45 0.08 345.99 0.77 0.65
Hex EA 61 81 0 3B 2D 8 15A 4D 41
Octal 352 141 201 0 73 55 10 532 115 101
Binary 11101010 1100001 10000001 0 111011 101101 1000 101011010 1001101 1000001

Color Harmonies of #EA6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6181

Black with #EA6181

Text Example


Text Example

White with #EA6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6181; }

 p { color: rgb(234,97,129); }

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

background-color css

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

 a { background-color: rgb(234,97,129); }

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

border-color css

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

 span { border-color: rgb(234,97,129); }

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