Html Css Color HEX #E05A8A Dark Pink

📋 copy color: '#E05A8A'

red 224 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #E05A8A

Tints of Dark Pink #E05A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 49.56%
G = 19.91%
B = 30.53%

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

#E05A8A (or 0xE05A8A) is known color: Dark Pink. HEX triplet: E0, 5A and 8A. RGB value is (224,90,138). Sum of RGB (Red+Green+Blue) = 224+90+138=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05A8A is #1FA575. Grayscale: #878787. Windows color (decimal): -2073974 or 9067232. OLE color: 9067232.

HSL color Cylindrical-coordinate representation of color #E05A8A: hue angle of 338.51º 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 #E05A8A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 138 -
CMYK 0 0.60 0.38 0.12
HSL 338.51º 0.68% 0.62% -
HSV(B) 338.51º 0.6% 0.88% -
XYZ 38.98 24.99 26.81 -
YUV 135.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 224 90 138 0 0.60 0.38 0.12 338.51 0.68 0.62
Hex E0 5A 8A 0 3C 26 C 153 44 3E
Octal 340 132 212 0 74 46 14 523 104 76
Binary 11100000 1011010 10001010 0 111100 100110 1100 101010011 1000100 111110

Color Harmonies of #E05A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A8A

Black with #E05A8A

Text Example


Text Example

White with #E05A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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