Html Css Color HEX #E55F83 Dark Pink

📋 copy color: '#E55F83'

red 229 ◦ green 95 ◦ blue 131

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

Shades of Dark Pink #E55F83

Tints of Dark Pink #E55F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.88%

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

R = 50.33%
G = 20.88%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E55F83 (or 0xE55F83) is known color: Dark Pink. HEX triplet: E5, 5F and 83. RGB value is (229,95,131). Sum of RGB (Red+Green+Blue) = 229+95+131=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F83 is #1AA07C. Grayscale: #8B8B8B. Windows color (decimal): -1745021 or 8609765. OLE color: 8609765.

HSL color Cylindrical-coordinate representation of color #E55F83: hue angle of 343.88º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F83 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 131 -
CMYK 0 0.59 0.43 0.10
HSL 343.88º 0.72% 0.64% -
HSV(B) 343.88º 0.59% 0.9% -
XYZ 40.5 26.48 24.45 -
YUV 139.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 229 95 131 0 0.59 0.43 0.10 343.88 0.72 0.64
Hex E5 5F 83 0 3B 2B A 158 48 40
Octal 345 137 203 0 73 53 12 530 110 100
Binary 11100101 1011111 10000011 0 111011 101011 1010 101011000 1001000 1000000

Color Harmonies of #E55F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F83

Black with #E55F83

Text Example


Text Example

White with #E55F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F83; }

 p { color: rgb(229,95,131); }

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

background-color css

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

 a { background-color: rgb(229,95,131); }

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

border-color css

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

 span { border-color: rgb(229,95,131); }

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