Html Css Color HEX #EA5A8D Dark Pink

📋 copy color: '#EA5A8D'

red 234 ◦ green 90 ◦ blue 141

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

Shades of Dark Pink #EA5A8D

Tints of Dark Pink #EA5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.35%

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 50.32%
G = 19.35%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA5A8D (or 0xEA5A8D) is known color: Dark Pink. HEX triplet: EA, 5A and 8D. RGB value is (234,90,141). Sum of RGB (Red+Green+Blue) = 234+90+141=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5A8D is #15A572. Grayscale: #8A8A8A. Windows color (decimal): -1418611 or 9263850. OLE color: 9263850.

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

Color convert

RGB 234 90 141 -
CMYK 0 0.62 0.40 0.08
HSL 338.75º 0.77% 0.64% -
HSV(B) 338.75º 0.62% 0.92% -
XYZ 42.4 26.73 28.12 -
YUV 138.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 234 90 141 0 0.62 0.40 0.08 338.75 0.77 0.64
Hex EA 5A 8D 0 3E 28 8 153 4D 40
Octal 352 132 215 0 76 50 10 523 115 100
Binary 11101010 1011010 10001101 0 111110 101000 1000 101010011 1001101 1000000

Color Harmonies of #EA5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A8D

Black with #EA5A8D

Text Example


Text Example

White with #EA5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A8D; }

 p { color: rgb(234,90,141); }

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

background-color css

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

 a { background-color: rgb(234,90,141); }

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

border-color css

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

 span { border-color: rgb(234,90,141); }

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