Html Css Color HEX #E25290 Dark Pink

📋 copy color: '#E25290'

red 226 ◦ green 82 ◦ blue 144

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

Shades of Dark Pink #E25290

Tints of Dark Pink #E25290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

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

R = 50%
G = 18.14%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25290 (or 0xE25290) is known color: Dark Pink. HEX triplet: E2, 52 and 90. RGB value is (226,82,144). Sum of RGB (Red+Green+Blue) = 226+82+144=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E25290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25290 is #1DAD6F. Grayscale: #848484. Windows color (decimal): -1944944 or 9458402. OLE color: 9458402.

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

Color convert

RGB 226 82 144 -
CMYK 0 0.64 0.36 0.11
HSL 334.17º 0.71% 0.6% -
HSV(B) 334.17º 0.64% 0.89% -
XYZ 39.42 24.22 28.98 -
YUV 132.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 226 82 144 0 0.64 0.36 0.11 334.17 0.71 0.6
Hex E2 52 90 0 40 24 B 14E 47 3C
Octal 342 122 220 0 100 44 13 516 107 74
Binary 11100010 1010010 10010000 0 1000000 100100 1011 101001110 1000111 111100

Color Harmonies of #E25290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25290

Black with #E25290

Text Example


Text Example

White with #E25290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25290; }

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

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

background-color css

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

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

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

border-color css

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

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

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