Html Css Color HEX #E3528E Dark Pink

📋 copy color: '#E3528E'

red 227 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #E3528E

Tints of Dark Pink #E3528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 50.33%
G = 18.18%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E3528E (or 0xE3528E) is known color: Dark Pink. HEX triplet: E3, 52 and 8E. RGB value is (227,82,142). Sum of RGB (Red+Green+Blue) = 227+82+142=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3528E is #1CAD71. Grayscale: #848484. Windows color (decimal): -1879410 or 9327331. OLE color: 9327331.

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

Color convert

RGB 227 82 142 -
CMYK 0 0.64 0.37 0.11
HSL 335.17º 0.72% 0.61% -
HSV(B) 335.17º 0.64% 0.89% -
XYZ 39.58 24.32 28.2 -
YUV 132.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 227 82 142 0 0.64 0.37 0.11 335.17 0.72 0.61
Hex E3 52 8E 0 40 25 B 14F 48 3D
Octal 343 122 216 0 100 45 13 517 110 75
Binary 11100011 1010010 10001110 0 1000000 100101 1011 101001111 1001000 111101

Color Harmonies of #E3528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3528E

Black with #E3528E

Text Example


Text Example

White with #E3528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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