Html Css Color HEX #E25089 Dark Pink

📋 copy color: '#E25089'

red 226 ◦ green 80 ◦ blue 137

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

Shades of Dark Pink #E25089

Tints of Dark Pink #E25089

RGB

 RED value IS 226 (88.67% from 255) = 51.02%

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 51.02%
G = 18.06%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E25089 (or 0xE25089) is known color: Dark Pink. HEX triplet: E2, 50 and 89. RGB value is (226,80,137). Sum of RGB (Red+Green+Blue) = 226+80+137=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25089 is #1DAF76. Grayscale: #828282. Windows color (decimal): -1945463 or 8999138. OLE color: 8999138.

HSL color Cylindrical-coordinate representation of color #E25089: hue angle of 336.58º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25089 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 137 -
CMYK 0 0.65 0.39 0.11
HSL 336.58º 0.72% 0.6% -
HSV(B) 336.58º 0.65% 0.89% -
XYZ 38.75 23.71 26.2 -
YUV 130.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 226 80 137 0 0.65 0.39 0.11 336.58 0.72 0.6
Hex E2 50 89 0 41 27 B 151 48 3C
Octal 342 120 211 0 101 47 13 521 110 74
Binary 11100010 1010000 10001001 0 1000001 100111 1011 101010001 1001000 111100

Color Harmonies of #E25089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25089

Black with #E25089

Text Example


Text Example

White with #E25089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25089; }

 p { color: rgb(226,80,137); }

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

background-color css

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

 a { background-color: rgb(226,80,137); }

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

border-color css

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

 span { border-color: rgb(226,80,137); }

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