Html Css Color HEX #E55885 Dark Pink

📋 copy color: '#E55885'

red 229 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #E55885

Tints of Dark Pink #E55885

RGB

 RED value IS 229 (89.84% from 255) = 50.89%

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 50.89%
G = 19.56%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E55885 (or 0xE55885) is known color: Dark Pink. HEX triplet: E5, 58 and 85. RGB value is (229,88,133). Sum of RGB (Red+Green+Blue) = 229+88+133=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E55885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55885 is #1AA77A. Grayscale: #878787. Windows color (decimal): -1746811 or 8739045. OLE color: 8739045.

HSL color Cylindrical-coordinate representation of color #E55885: hue angle of 340.85º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55885 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 88 133 -
CMYK 0 0.62 0.42 0.10
HSL 340.85º 0.73% 0.62% -
HSV(B) 340.85º 0.62% 0.9% -
XYZ 40.04 25.33 24.97 -
YUV 135.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 229 88 133 0 0.62 0.42 0.10 340.85 0.73 0.62
Hex E5 58 85 0 3E 2A A 155 49 3E
Octal 345 130 205 0 76 52 12 525 111 76
Binary 11100101 1011000 10000101 0 111110 101010 1010 101010101 1001001 111110

Color Harmonies of #E55885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55885

Black with #E55885

Text Example


Text Example

White with #E55885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55885; }

 p { color: rgb(229,88,133); }

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

background-color css

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

 a { background-color: rgb(229,88,133); }

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

border-color css

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

 span { border-color: rgb(229,88,133); }

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