Html Css Color HEX #E25C85 Dark Pink

📋 copy color: '#E25C85'

red 226 ◦ green 92 ◦ blue 133

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

Shades of Dark Pink #E25C85

Tints of Dark Pink #E25C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 50.11%
G = 20.4%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E25C85 (or 0xE25C85) is known color: Dark Pink. HEX triplet: E2, 5C and 85. RGB value is (226,92,133). Sum of RGB (Red+Green+Blue) = 226+92+133=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C85 is #1DA37A. Grayscale: #888888. Windows color (decimal): -1942395 or 8740066. OLE color: 8740066.

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

Color convert

RGB 226 92 133 -
CMYK 0 0.59 0.41 0.11
HSL 341.64º 0.7% 0.62% -
HSV(B) 341.64º 0.59% 0.89% -
XYZ 39.42 25.52 25.04 -
YUV 136.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 226 92 133 0 0.59 0.41 0.11 341.64 0.7 0.62
Hex E2 5C 85 0 3B 29 B 156 46 3E
Octal 342 134 205 0 73 51 13 526 106 76
Binary 11100010 1011100 10000101 0 111011 101001 1011 101010110 1000110 111110

Color Harmonies of #E25C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C85

Black with #E25C85

Text Example


Text Example

White with #E25C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C85; }

 p { color: rgb(226,92,133); }

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

background-color css

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

 a { background-color: rgb(226,92,133); }

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

border-color css

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

 span { border-color: rgb(226,92,133); }

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