Html Css Color HEX #EA4A75 Dark Pink

📋 copy color: '#EA4A75'

red 234 ◦ green 74 ◦ blue 117

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

Shades of Dark Pink #EA4A75

Tints of Dark Pink #EA4A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 55.06%
G = 17.41%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA4A75 (or 0xEA4A75) is known color: Dark Pink. HEX triplet: EA, 4A and 75. RGB value is (234,74,117). Sum of RGB (Red+Green+Blue) = 234+74+117=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A75 is #15B58A. Grayscale: #7E7E7E. Windows color (decimal): -1422731 or 7686890. OLE color: 7686890.

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

Color convert

RGB 234 74 117 -
CMYK 0 0.68 0.5 0.08
HSL 343.88º 0.79% 0.6% -
HSV(B) 343.88º 0.68% 0.92% -
XYZ 39.59 23.67 19.31 -
YUV 126.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 234 74 117 0 0.68 0.5 0.08 343.88 0.79 0.6
Hex EA 4A 75 0 44 32 8 158 4F 3C
Octal 352 112 165 0 104 62 10 530 117 74
Binary 11101010 1001010 1110101 0 1000100 110010 1000 101011000 1001111 111100

Color Harmonies of #EA4A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A75

Black with #EA4A75

Text Example


Text Example

White with #EA4A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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