Html Css Color HEX #EA5F8B Dark Pink

📋 copy color: '#EA5F8B'

red 234 ◦ green 95 ◦ blue 139

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

Shades of Dark Pink #EA5F8B

Tints of Dark Pink #EA5F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 50%
G = 20.3%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA5F8B (or 0xEA5F8B) is known color: Dark Pink. HEX triplet: EA, 5F and 8B. RGB value is (234,95,139). Sum of RGB (Red+Green+Blue) = 234+95+139=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5F8B is #15A074. Grayscale: #8D8D8D. Windows color (decimal): -1417333 or 9134058. OLE color: 9134058.

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

Color convert

RGB 234 95 139 -
CMYK 0 0.59 0.41 0.08
HSL 341.01º 0.77% 0.65% -
HSV(B) 341.01º 0.59% 0.92% -
XYZ 42.68 27.54 27.49 -
YUV 141.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 234 95 139 0 0.59 0.41 0.08 341.01 0.77 0.65
Hex EA 5F 8B 0 3B 29 8 155 4D 41
Octal 352 137 213 0 73 51 10 525 115 101
Binary 11101010 1011111 10001011 0 111011 101001 1000 101010101 1001101 1000001

Color Harmonies of #EA5F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5F8B

Black with #EA5F8B

Text Example


Text Example

White with #EA5F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5F8B; }

 p { color: rgb(234,95,139); }

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

background-color css

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

 a { background-color: rgb(234,95,139); }

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

border-color css

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

 span { border-color: rgb(234,95,139); }

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