Html Css Color HEX #E3528C Dark Pink

📋 copy color: '#E3528C'

red 227 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #E3528C

Tints of Dark Pink #E3528C

RGB

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

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

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

R = 50.56%
G = 18.26%
B = 31.18%

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

#E3528C (or 0xE3528C) is known color: Dark Pink. HEX triplet: E3, 52 and 8C. RGB value is (227,82,140). Sum of RGB (Red+Green+Blue) = 227+82+140=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3528C is #1CAD73. Grayscale: #838383. Windows color (decimal): -1879412 or 9196259. OLE color: 9196259.

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

Color convert

RGB 227 82 140 -
CMYK 0 0.64 0.38 0.11
HSL 336º 0.72% 0.61% -
HSV(B) 336º 0.64% 0.89% -
XYZ 39.43 24.26 27.42 -
YUV 131.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 227 82 140 0 0.64 0.38 0.11 336 0.72 0.61
Hex E3 52 8C 0 40 26 B 150 48 3D
Octal 343 122 214 0 100 46 13 520 110 75
Binary 11100011 1010010 10001100 0 1000000 100110 1011 101010000 1001000 111101

Color Harmonies of #E3528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3528C

Black with #E3528C

Text Example


Text Example

White with #E3528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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