Html Css Color HEX #E25289 Dark Pink

📋 copy color: '#E25289'

red 226 ◦ green 82 ◦ blue 137

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

Shades of Dark Pink #E25289

Tints of Dark Pink #E25289

RGB

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

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

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

R = 50.79%
G = 18.43%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E25289 (or 0xE25289) is known color: Dark Pink. HEX triplet: E2, 52 and 89. RGB value is (226,82,137). Sum of RGB (Red+Green+Blue) = 226+82+137=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E25289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25289 is #1DAD76. Grayscale: #838383. Windows color (decimal): -1944951 or 8999650. OLE color: 8999650.

HSL color Cylindrical-coordinate representation of color #E25289: hue angle of 337.08º 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 #E25289 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 137 -
CMYK 0 0.64 0.39 0.11
HSL 337.08º 0.71% 0.6% -
HSV(B) 337.08º 0.64% 0.89% -
XYZ 38.9 24.01 26.25 -
YUV 131.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 226 82 137 0 0.64 0.39 0.11 337.08 0.71 0.6
Hex E2 52 89 0 40 27 B 151 47 3C
Octal 342 122 211 0 100 47 13 521 107 74
Binary 11100010 1010010 10001001 0 1000000 100111 1011 101010001 1000111 111100

Color Harmonies of #E25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25289

Black with #E25289

Text Example


Text Example

White with #E25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25289; }

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

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

background-color css

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

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

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

border-color css

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

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

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