Html Css Color HEX #EA5075 Dark Pink

📋 copy color: '#EA5075'

red 234 ◦ green 80 ◦ blue 117

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

Shades of Dark Pink #EA5075

Tints of Dark Pink #EA5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 54.29%
G = 18.56%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA5075 (or 0xEA5075) is known color: Dark Pink. HEX triplet: EA, 50 and 75. RGB value is (234,80,117). Sum of RGB (Red+Green+Blue) = 234+80+117=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5075 is #15AF8A. Grayscale: #828282. Windows color (decimal): -1421195 or 7688426. OLE color: 7688426.

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

Color convert

RGB 234 80 117 -
CMYK 0 0.66 0.5 0.08
HSL 345.58º 0.79% 0.62% -
HSV(B) 345.58º 0.66% 0.92% -
XYZ 40.01 24.51 19.45 -
YUV 130.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 234 80 117 0 0.66 0.5 0.08 345.58 0.79 0.62
Hex EA 50 75 0 42 32 8 15A 4F 3E
Octal 352 120 165 0 102 62 10 532 117 76
Binary 11101010 1010000 1110101 0 1000010 110010 1000 101011010 1001111 111110

Color Harmonies of #EA5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5075

Black with #EA5075

Text Example


Text Example

White with #EA5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5075; }

 p { color: rgb(234,80,117); }

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

background-color css

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

 a { background-color: rgb(234,80,117); }

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

border-color css

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

 span { border-color: rgb(234,80,117); }

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