Html Css Color HEX #E25693 Dark Pink

📋 copy color: '#E25693'

red 226 ◦ green 86 ◦ blue 147

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

Shades of Dark Pink #E25693

Tints of Dark Pink #E25693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 49.24%
G = 18.74%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25693 (or 0xE25693) is known color: Dark Pink. HEX triplet: E2, 56 and 93. RGB value is (226,86,147). Sum of RGB (Red+Green+Blue) = 226+86+147=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25693 is #1DA96C. Grayscale: #868686. Windows color (decimal): -1943917 or 9656034. OLE color: 9656034.

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

Color convert

RGB 226 86 147 -
CMYK 0 0.62 0.35 0.11
HSL 333.86º 0.71% 0.61% -
HSV(B) 333.86º 0.62% 0.89% -
XYZ 39.96 24.93 30.31 -
YUV 134.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 226 86 147 0 0.62 0.35 0.11 333.86 0.71 0.61
Hex E2 56 93 0 3E 23 B 14E 47 3D
Octal 342 126 223 0 76 43 13 516 107 75
Binary 11100010 1010110 10010011 0 111110 100011 1011 101001110 1000111 111101

Color Harmonies of #E25693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25693

Black with #E25693

Text Example


Text Example

White with #E25693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25693; }

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

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

background-color css

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

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

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

border-color css

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

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

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