Html Css Color HEX #E25B7D Dark Pink

📋 copy color: '#E25B7D'

red 226 ◦ green 91 ◦ blue 125

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

Shades of Dark Pink #E25B7D

Tints of Dark Pink #E25B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 51.13%
G = 20.59%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E25B7D (or 0xE25B7D) is known color: Dark Pink. HEX triplet: E2, 5B and 7D. RGB value is (226,91,125). Sum of RGB (Red+Green+Blue) = 226+91+125=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B7D is #1DA482. Grayscale: #878787. Windows color (decimal): -1942659 or 8215522. OLE color: 8215522.

HSL color Cylindrical-coordinate representation of color #E25B7D: hue angle of 344.89º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B7D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 91 125 -
CMYK 0 0.60 0.45 0.11
HSL 344.89º 0.7% 0.62% -
HSV(B) 344.89º 0.6% 0.89% -
XYZ 38.81 25.13 22.21 -
YUV 135.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 226 91 125 0 0.60 0.45 0.11 344.89 0.7 0.62
Hex E2 5B 7D 0 3C 2D B 159 46 3E
Octal 342 133 175 0 74 55 13 531 106 76
Binary 11100010 1011011 1111101 0 111100 101101 1011 101011001 1000110 111110

Color Harmonies of #E25B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B7D

Black with #E25B7D

Text Example


Text Example

White with #E25B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B7D; }

 p { color: rgb(226,91,125); }

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

background-color css

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

 a { background-color: rgb(226,91,125); }

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

border-color css

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

 span { border-color: rgb(226,91,125); }

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