Html Css Color HEX #EA5683 Dark Pink

📋 copy color: '#EA5683'

red 234 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #EA5683

Tints of Dark Pink #EA5683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 51.88%
G = 19.07%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA5683 (or 0xEA5683) is known color: Dark Pink. HEX triplet: EA, 56 and 83. RGB value is (234,86,131). Sum of RGB (Red+Green+Blue) = 234+86+131=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5683 is #15A97C. Grayscale: #878787. Windows color (decimal): -1419645 or 8607466. OLE color: 8607466.

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

Color convert

RGB 234 86 131 -
CMYK 0 0.63 0.44 0.08
HSL 341.76º 0.78% 0.63% -
HSV(B) 341.76º 0.63% 0.92% -
XYZ 41.36 25.79 24.27 -
YUV 135.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 234 86 131 0 0.63 0.44 0.08 341.76 0.78 0.63
Hex EA 56 83 0 3F 2C 8 156 4E 3F
Octal 352 126 203 0 77 54 10 526 116 77
Binary 11101010 1010110 10000011 0 111111 101100 1000 101010110 1001110 111111

Color Harmonies of #EA5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5683

Black with #EA5683

Text Example


Text Example

White with #EA5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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