Html Css Color HEX #EA4575 Dark Pink

📋 copy color: '#EA4575'

red 234 ◦ green 69 ◦ blue 117

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

Shades of Dark Pink #EA4575

Tints of Dark Pink #EA4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.43%

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

R = 55.71%
G = 16.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA4575 (or 0xEA4575) is known color: Dark Pink. HEX triplet: EA, 45 and 75. RGB value is (234,69,117). Sum of RGB (Red+Green+Blue) = 234+69+117=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4575 is #15BA8A. Grayscale: #7B7B7B. Windows color (decimal): -1424011 or 7685610. OLE color: 7685610.

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

Color convert

RGB 234 69 117 -
CMYK 0 0.71 0.5 0.08
HSL 342.55º 0.8% 0.59% -
HSV(B) 342.55º 0.71% 0.92% -
XYZ 39.27 23.03 19.21 -
YUV 123.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 234 69 117 0 0.71 0.5 0.08 342.55 0.8 0.59
Hex EA 45 75 0 47 32 8 157 50 3B
Octal 352 105 165 0 107 62 10 527 120 73
Binary 11101010 1000101 1110101 0 1000111 110010 1000 101010111 1010000 111011

Color Harmonies of #EA4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4575

Black with #EA4575

Text Example


Text Example

White with #EA4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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