Html Css Color HEX #EA5A8F Dark Pink

📋 copy color: '#EA5A8F'

red 234 ◦ green 90 ◦ blue 143

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

Shades of Dark Pink #EA5A8F

Tints of Dark Pink #EA5A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 50.11%
G = 19.27%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA5A8F (or 0xEA5A8F) is known color: Dark Pink. HEX triplet: EA, 5A and 8F. RGB value is (234,90,143). Sum of RGB (Red+Green+Blue) = 234+90+143=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5A8F is #15A570. Grayscale: #8B8B8B. Windows color (decimal): -1418609 or 9394922. OLE color: 9394922.

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

Color convert

RGB 234 90 143 -
CMYK 0 0.62 0.39 0.08
HSL 337.92º 0.77% 0.64% -
HSV(B) 337.92º 0.62% 0.92% -
XYZ 42.55 26.79 28.91 -
YUV 139.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 234 90 143 0 0.62 0.39 0.08 337.92 0.77 0.64
Hex EA 5A 8F 0 3E 27 8 152 4D 40
Octal 352 132 217 0 76 47 10 522 115 100
Binary 11101010 1011010 10001111 0 111110 100111 1000 101010010 1001101 1000000

Color Harmonies of #EA5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A8F

Black with #EA5A8F

Text Example


Text Example

White with #EA5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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