Html Css Color HEX #E25D7F Dark Pink

📋 copy color: '#E25D7F'

red 226 ◦ green 93 ◦ blue 127

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

Shades of Dark Pink #E25D7F

Tints of Dark Pink #E25D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 50.67%
G = 20.85%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E25D7F (or 0xE25D7F) is known color: Dark Pink. HEX triplet: E2, 5D and 7F. RGB value is (226,93,127). Sum of RGB (Red+Green+Blue) = 226+93+127=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D7F is #1DA280. Grayscale: #888888. Windows color (decimal): -1942145 or 8347106. OLE color: 8347106.

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

Color convert

RGB 226 93 127 -
CMYK 0 0.59 0.44 0.11
HSL 344.66º 0.7% 0.63% -
HSV(B) 344.66º 0.59% 0.89% -
XYZ 39.11 25.53 22.95 -
YUV 136.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 226 93 127 0 0.59 0.44 0.11 344.66 0.7 0.63
Hex E2 5D 7F 0 3B 2C B 159 46 3F
Octal 342 135 177 0 73 54 13 531 106 77
Binary 11100010 1011101 1111111 0 111011 101100 1011 101011001 1000110 111111

Color Harmonies of #E25D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D7F

Black with #E25D7F

Text Example


Text Example

White with #E25D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D7F; }

 p { color: rgb(226,93,127); }

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

background-color css

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

 a { background-color: rgb(226,93,127); }

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

border-color css

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

 span { border-color: rgb(226,93,127); }

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