Html Css Color HEX #E45286 Dark Pink

📋 copy color: '#E45286'

red 228 ◦ green 82 ◦ blue 134

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

Shades of Dark Pink #E45286

Tints of Dark Pink #E45286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 51.35%
G = 18.47%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E45286 (or 0xE45286) is known color: Dark Pink. HEX triplet: E4, 52 and 86. RGB value is (228,82,134). Sum of RGB (Red+Green+Blue) = 228+82+134=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E45286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45286 is #1BAD79. Grayscale: #838383. Windows color (decimal): -1813882 or 8803044. OLE color: 8803044.

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

Color convert

RGB 228 82 134 -
CMYK 0 0.64 0.41 0.11
HSL 338.63º 0.73% 0.61% -
HSV(B) 338.63º 0.64% 0.89% -
XYZ 39.32 24.25 25.16 -
YUV 131.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 228 82 134 0 0.64 0.41 0.11 338.63 0.73 0.61
Hex E4 52 86 0 40 29 B 153 49 3D
Octal 344 122 206 0 100 51 13 523 111 75
Binary 11100100 1010010 10000110 0 1000000 101001 1011 101010011 1001001 111101

Color Harmonies of #E45286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45286

Black with #E45286

Text Example


Text Example

White with #E45286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45286; }

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

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

background-color css

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

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

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

border-color css

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

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

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