Html Css Color HEX #E55A8B Dark Pink

📋 copy color: '#E55A8B'

red 229 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #E55A8B

Tints of Dark Pink #E55A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 50%
G = 19.65%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E55A8B (or 0xE55A8B) is known color: Dark Pink. HEX triplet: E5, 5A and 8B. RGB value is (229,90,139). Sum of RGB (Red+Green+Blue) = 229+90+139=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A8B is #1AA574. Grayscale: #898989. Windows color (decimal): -1746293 or 9132773. OLE color: 9132773.

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

Color convert

RGB 229 90 139 -
CMYK 0 0.61 0.39 0.10
HSL 338.85º 0.73% 0.63% -
HSV(B) 338.85º 0.61% 0.9% -
XYZ 40.63 25.83 27.27 -
YUV 137.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 229 90 139 0 0.61 0.39 0.10 338.85 0.73 0.63
Hex E5 5A 8B 0 3D 27 A 153 49 3F
Octal 345 132 213 0 75 47 12 523 111 77
Binary 11100101 1011010 10001011 0 111101 100111 1010 101010011 1001001 111111

Color Harmonies of #E55A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A8B

Black with #E55A8B

Text Example


Text Example

White with #E55A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A8B; }

 p { color: rgb(229,90,139); }

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

background-color css

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

 a { background-color: rgb(229,90,139); }

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

border-color css

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

 span { border-color: rgb(229,90,139); }

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