Html Css Color HEX #E3528D Dark Pink

📋 copy color: '#E3528D'

red 227 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E3528D

Tints of Dark Pink #E3528D

RGB

 RED value IS 227 (89.06% from 255) = 50.44%

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

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 50.44%
G = 18.22%
B = 31.33%

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

#E3528D (or 0xE3528D) is known color: Dark Pink. HEX triplet: E3, 52 and 8D. RGB value is (227,82,141). Sum of RGB (Red+Green+Blue) = 227+82+141=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3528D is #1CAD72. Grayscale: #838383. Windows color (decimal): -1879411 or 9261795. OLE color: 9261795.

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

Color convert

RGB 227 82 141 -
CMYK 0 0.64 0.38 0.11
HSL 335.59º 0.72% 0.61% -
HSV(B) 335.59º 0.64% 0.89% -
XYZ 39.5 24.29 27.81 -
YUV 132.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 227 82 141 0 0.64 0.38 0.11 335.59 0.72 0.61
Hex E3 52 8D 0 40 26 B 150 48 3D
Octal 343 122 215 0 100 46 13 520 110 75
Binary 11100011 1010010 10001101 0 1000000 100110 1011 101010000 1001000 111101

Color Harmonies of #E3528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3528D

Black with #E3528D

Text Example


Text Example

White with #E3528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3528D; }

 p { color: rgb(227,82,141); }

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

background-color css

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

 a { background-color: rgb(227,82,141); }

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

border-color css

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

 span { border-color: rgb(227,82,141); }

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