Html Css Color HEX #E4528F Dark Pink

📋 copy color: '#E4528F'

red 228 ◦ green 82 ◦ blue 143

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

Shades of Dark Pink #E4528F

Tints of Dark Pink #E4528F

RGB

 RED value IS 228 (89.45% from 255) = 50.33%

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 50.33%
G = 18.1%
B = 31.57%

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

#E4528F (or 0xE4528F) is known color: Dark Pink. HEX triplet: E4, 52 and 8F. RGB value is (228,82,143). Sum of RGB (Red+Green+Blue) = 228+82+143=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4528F is #1BAD70. Grayscale: #848484. Windows color (decimal): -1813873 or 9392868. OLE color: 9392868.

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

Color convert

RGB 228 82 143 -
CMYK 0 0.64 0.37 0.11
HSL 334.93º 0.73% 0.61% -
HSV(B) 334.93º 0.64% 0.89% -
XYZ 39.97 24.51 28.61 -
YUV 132.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 228 82 143 0 0.64 0.37 0.11 334.93 0.73 0.61
Hex E4 52 8F 0 40 25 B 14F 49 3D
Octal 344 122 217 0 100 45 13 517 111 75
Binary 11100100 1010010 10001111 0 1000000 100101 1011 101001111 1001001 111101

Color Harmonies of #E4528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4528F

Black with #E4528F

Text Example


Text Example

White with #E4528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4528F; }

 p { color: rgb(228,82,143); }

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

background-color css

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

 a { background-color: rgb(228,82,143); }

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

border-color css

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

 span { border-color: rgb(228,82,143); }

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