Html Css Color HEX #E25697 Dark Pink

📋 copy color: '#E25697'

red 226 ◦ green 86 ◦ blue 151

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

Shades of Dark Pink #E25697

Tints of Dark Pink #E25697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

 BLUE value IS 151 (59.38% from 255) = 32.61%

R = 48.81%
G = 18.57%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E25697 (or 0xE25697) is known color: Dark Pink. HEX triplet: E2, 56 and 97. RGB value is (226,86,151). Sum of RGB (Red+Green+Blue) = 226+86+151=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E25697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25697 is #1DA968. Grayscale: #878787. Windows color (decimal): -1943913 or 9918178. OLE color: 9918178.

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

Color convert

RGB 226 86 151 -
CMYK 0 0.62 0.33 0.11
HSL 332.14º 0.71% 0.61% -
HSV(B) 332.14º 0.62% 0.89% -
XYZ 40.28 25.06 31.99 -
YUV 135.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 226 86 151 0 0.62 0.33 0.11 332.14 0.71 0.61
Hex E2 56 97 0 3E 21 B 14C 47 3D
Octal 342 126 227 0 76 41 13 514 107 75
Binary 11100010 1010110 10010111 0 111110 100001 1011 101001100 1000111 111101

Color Harmonies of #E25697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25697

Black with #E25697

Text Example


Text Example

White with #E25697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25697; }

 p { color: rgb(226,86,151); }

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

background-color css

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

 a { background-color: rgb(226,86,151); }

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

border-color css

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

 span { border-color: rgb(226,86,151); }

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