Html Css Color HEX #E05A8B Dark Pink

📋 copy color: '#E05A8B'

red 224 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #E05A8B

Tints of Dark Pink #E05A8B

RGB

 RED value IS 224 (87.89% from 255) = 49.45%

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

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

R = 49.45%
G = 19.87%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E05A8B (or 0xE05A8B) is known color: Dark Pink. HEX triplet: E0, 5A and 8B. RGB value is (224,90,139). Sum of RGB (Red+Green+Blue) = 224+90+139=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05A8B is #1FA574. Grayscale: #878787. Windows color (decimal): -2073973 or 9132768. OLE color: 9132768.

HSL color Cylindrical-coordinate representation of color #E05A8B: hue angle of 338.06º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05A8B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 139 -
CMYK 0 0.60 0.38 0.12
HSL 338.06º 0.68% 0.62% -
HSV(B) 338.06º 0.6% 0.88% -
XYZ 39.06 25.02 27.2 -
YUV 135.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 224 90 139 0 0.60 0.38 0.12 338.06 0.68 0.62
Hex E0 5A 8B 0 3C 26 C 152 44 3E
Octal 340 132 213 0 74 46 14 522 104 76
Binary 11100000 1011010 10001011 0 111100 100110 1100 101010010 1000100 111110

Color Harmonies of #E05A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A8B

Black with #E05A8B

Text Example


Text Example

White with #E05A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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