Html Css Color HEX #EA5685 Dark Pink

📋 copy color: '#EA5685'

red 234 ◦ green 86 ◦ blue 133

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

Shades of Dark Pink #EA5685

Tints of Dark Pink #EA5685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 51.66%
G = 18.98%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA5685 (or 0xEA5685) is known color: Dark Pink. HEX triplet: EA, 56 and 85. RGB value is (234,86,133). Sum of RGB (Red+Green+Blue) = 234+86+133=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5685 is #15A97A. Grayscale: #878787. Windows color (decimal): -1419643 or 8738538. OLE color: 8738538.

HSL color Cylindrical-coordinate representation of color #EA5685: hue angle of 340.95º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5685 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 133 -
CMYK 0 0.63 0.43 0.08
HSL 340.95º 0.78% 0.63% -
HSV(B) 340.95º 0.63% 0.92% -
XYZ 41.49 25.84 24.99 -
YUV 135.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 234 86 133 0 0.63 0.43 0.08 340.95 0.78 0.63
Hex EA 56 85 0 3F 2B 8 155 4E 3F
Octal 352 126 205 0 77 53 10 525 116 77
Binary 11101010 1010110 10000101 0 111111 101011 1000 101010101 1001110 111111

Color Harmonies of #EA5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5685

Black with #EA5685

Text Example


Text Example

White with #EA5685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5685; }

 p { color: rgb(234,86,133); }

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

background-color css

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

 a { background-color: rgb(234,86,133); }

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

border-color css

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

 span { border-color: rgb(234,86,133); }

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