Html Css Color HEX #E2528C Dark Pink

📋 copy color: '#E2528C'

red 226 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #E2528C

Tints of Dark Pink #E2528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 50.45%
G = 18.3%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2528C (or 0xE2528C) is known color: Dark Pink. HEX triplet: E2, 52 and 8C. RGB value is (226,82,140). Sum of RGB (Red+Green+Blue) = 226+82+140=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2528C is #1DAD73. Grayscale: #838383. Windows color (decimal): -1944948 or 9196258. OLE color: 9196258.

HSL color Cylindrical-coordinate representation of color #E2528C: hue angle of 335.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2528C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 140 -
CMYK 0 0.64 0.38 0.11
HSL 335.83º 0.71% 0.6% -
HSV(B) 335.83º 0.64% 0.89% -
XYZ 39.11 24.1 27.4 -
YUV 131.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 226 82 140 0 0.64 0.38 0.11 335.83 0.71 0.6
Hex E2 52 8C 0 40 26 B 150 47 3C
Octal 342 122 214 0 100 46 13 520 107 74
Binary 11100010 1010010 10001100 0 1000000 100110 1011 101010000 1000111 111100

Color Harmonies of #E2528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2528C

Black with #E2528C

Text Example


Text Example

White with #E2528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2528C; }

 p { color: rgb(226,82,140); }

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

background-color css

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

 a { background-color: rgb(226,82,140); }

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

border-color css

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

 span { border-color: rgb(226,82,140); }

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