Html Css Color HEX #E45383 Dark Pink

📋 copy color: '#E45383'

red 228 ◦ green 83 ◦ blue 131

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

Shades of Dark Pink #E45383

Tints of Dark Pink #E45383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 51.58%
G = 18.78%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E45383 (or 0xE45383) is known color: Dark Pink. HEX triplet: E4, 53 and 83. RGB value is (228,83,131). Sum of RGB (Red+Green+Blue) = 228+83+131=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E45383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45383 is #1BAC7C. Grayscale: #838383. Windows color (decimal): -1813629 or 8606692. OLE color: 8606692.

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

Color convert

RGB 228 83 131 -
CMYK 0 0.64 0.43 0.11
HSL 340.14º 0.73% 0.61% -
HSV(B) 340.14º 0.64% 0.89% -
XYZ 39.18 24.32 24.1 -
YUV 131.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 228 83 131 0 0.64 0.43 0.11 340.14 0.73 0.61
Hex E4 53 83 0 40 2B B 154 49 3D
Octal 344 123 203 0 100 53 13 524 111 75
Binary 11100100 1010011 10000011 0 1000000 101011 1011 101010100 1001001 111101

Color Harmonies of #E45383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45383

Black with #E45383

Text Example


Text Example

White with #E45383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45383; }

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

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

background-color css

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

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

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

border-color css

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

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

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