Html Css Color HEX #E25C8A Dark Pink

📋 copy color: '#E25C8A'

red 226 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #E25C8A

Tints of Dark Pink #E25C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 49.56%
G = 20.18%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E25C8A (or 0xE25C8A) is known color: Dark Pink. HEX triplet: E2, 5C and 8A. RGB value is (226,92,138). Sum of RGB (Red+Green+Blue) = 226+92+138=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C8A is #1DA375. Grayscale: #898989. Windows color (decimal): -1942390 or 9067746. OLE color: 9067746.

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

Color convert

RGB 226 92 138 -
CMYK 0 0.59 0.39 0.11
HSL 339.4º 0.7% 0.62% -
HSV(B) 339.4º 0.59% 0.89% -
XYZ 39.78 25.66 26.9 -
YUV 137.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 226 92 138 0 0.59 0.39 0.11 339.4 0.7 0.62
Hex E2 5C 8A 0 3B 27 B 153 46 3E
Octal 342 134 212 0 73 47 13 523 106 76
Binary 11100010 1011100 10001010 0 111011 100111 1011 101010011 1000110 111110

Color Harmonies of #E25C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C8A

Black with #E25C8A

Text Example


Text Example

White with #E25C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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