Html Css Color HEX #EA4D86 Dark Pink

📋 copy color: '#EA4D86'

red 234 ◦ green 77 ◦ blue 134

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

Shades of Dark Pink #EA4D86

Tints of Dark Pink #EA4D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 52.58%
G = 17.3%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA4D86 (or 0xEA4D86) is known color: Dark Pink. HEX triplet: EA, 4D and 86. RGB value is (234,77,134). Sum of RGB (Red+Green+Blue) = 234+77+134=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D86 is #15B279. Grayscale: #828282. Windows color (decimal): -1421946 or 8801770. OLE color: 8801770.

HSL color Cylindrical-coordinate representation of color #EA4D86: hue angle of 338.22º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D86 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 134 -
CMYK 0 0.67 0.43 0.08
HSL 338.22º 0.79% 0.61% -
HSV(B) 338.22º 0.67% 0.92% -
XYZ 40.89 24.52 25.13 -
YUV 130.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 234 77 134 0 0.67 0.43 0.08 338.22 0.79 0.61
Hex EA 4D 86 0 43 2B 8 152 4F 3D
Octal 352 115 206 0 103 53 10 522 117 75
Binary 11101010 1001101 10000110 0 1000011 101011 1000 101010010 1001111 111101

Color Harmonies of #EA4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D86

Black with #EA4D86

Text Example


Text Example

White with #EA4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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