Html Css Color HEX #E45384 Dark Pink

📋 copy color: '#E45384'

red 228 ◦ green 83 ◦ blue 132

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

Shades of Dark Pink #E45384

Tints of Dark Pink #E45384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 51.47%
G = 18.74%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E45384 (or 0xE45384) is known color: Dark Pink. HEX triplet: E4, 53 and 84. RGB value is (228,83,132). Sum of RGB (Red+Green+Blue) = 228+83+132=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E45384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45384 is #1BAC7B. Grayscale: #838383. Windows color (decimal): -1813628 or 8672228. OLE color: 8672228.

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

Color convert

RGB 228 83 132 -
CMYK 0 0.64 0.42 0.11
HSL 339.72º 0.73% 0.61% -
HSV(B) 339.72º 0.64% 0.89% -
XYZ 39.25 24.35 24.46 -
YUV 131.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 228 83 132 0 0.64 0.42 0.11 339.72 0.73 0.61
Hex E4 53 84 0 40 2A B 154 49 3D
Octal 344 123 204 0 100 52 13 524 111 75
Binary 11100100 1010011 10000100 0 1000000 101010 1011 101010100 1001001 111101

Color Harmonies of #E45384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45384

Black with #E45384

Text Example


Text Example

White with #E45384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45384; }

 p { color: rgb(228,83,132); }

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

background-color css

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

 a { background-color: rgb(228,83,132); }

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

border-color css

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

 span { border-color: rgb(228,83,132); }

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