Html Css Color HEX #E46085 Dark Pink

📋 copy color: '#E46085'

red 228 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #E46085

Tints of Dark Pink #E46085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 49.89%
G = 21.01%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E46085 (or 0xE46085) is known color: Dark Pink. HEX triplet: E4, 60 and 85. RGB value is (228,96,133). Sum of RGB (Red+Green+Blue) = 228+96+133=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E46085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46085 is #1B9F7A. Grayscale: #8B8B8B. Windows color (decimal): -1810299 or 8741092. OLE color: 8741092.

HSL color Cylindrical-coordinate representation of color #E46085: hue angle of 343.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E46085 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 133 -
CMYK 0 0.58 0.42 0.11
HSL 343.18º 0.71% 0.64% -
HSV(B) 343.18º 0.58% 0.89% -
XYZ 40.41 26.55 25.19 -
YUV 139.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 228 96 133 0 0.58 0.42 0.11 343.18 0.71 0.64
Hex E4 60 85 0 3A 2A B 157 47 40
Octal 344 140 205 0 72 52 13 527 107 100
Binary 11100100 1100000 10000101 0 111010 101010 1011 101010111 1000111 1000000

Color Harmonies of #E46085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46085

Black with #E46085

Text Example


Text Example

White with #E46085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46085; }

 p { color: rgb(228,96,133); }

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

background-color css

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

 a { background-color: rgb(228,96,133); }

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

border-color css

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

 span { border-color: rgb(228,96,133); }

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