Html Css Color HEX #E25990 Dark Pink

📋 copy color: '#E25990'

red 226 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #E25990

Tints of Dark Pink #E25990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 49.24%
G = 19.39%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25990 (or 0xE25990) is known color: Dark Pink. HEX triplet: E2, 59 and 90. RGB value is (226,89,144). Sum of RGB (Red+Green+Blue) = 226+89+144=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25990 is #1DA66F. Grayscale: #888888. Windows color (decimal): -1943152 or 9460194. OLE color: 9460194.

HSL color Cylindrical-coordinate representation of color #E25990: hue angle of 335.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25990 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 144 -
CMYK 0 0.61 0.36 0.11
HSL 335.91º 0.7% 0.62% -
HSV(B) 335.91º 0.61% 0.89% -
XYZ 39.97 25.33 29.17 -
YUV 136.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 226 89 144 0 0.61 0.36 0.11 335.91 0.7 0.62
Hex E2 59 90 0 3D 24 B 150 46 3E
Octal 342 131 220 0 75 44 13 520 106 76
Binary 11100010 1011001 10010000 0 111101 100100 1011 101010000 1000110 111110

Color Harmonies of #E25990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25990

Black with #E25990

Text Example


Text Example

White with #E25990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25990; }

 p { color: rgb(226,89,144); }

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

background-color css

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

 a { background-color: rgb(226,89,144); }

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

border-color css

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

 span { border-color: rgb(226,89,144); }

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