Html Css Color HEX #E66185 Dark Pink

📋 copy color: '#E66185'

red 230 ◦ green 97 ◦ blue 133

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

Shades of Dark Pink #E66185

Tints of Dark Pink #E66185

RGB

 RED value IS 230 (90.23% from 255) = 50%

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 50%
G = 21.09%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66185 (or 0xE66185) is known color: Dark Pink. HEX triplet: E6, 61 and 85. RGB value is (230,97,133). Sum of RGB (Red+Green+Blue) = 230+97+133=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66185 is #199E7A. Grayscale: #8C8C8C. Windows color (decimal): -1678971 or 8741350. OLE color: 8741350.

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

Color convert

RGB 230 97 133 -
CMYK 0 0.58 0.42 0.10
HSL 343.76º 0.73% 0.64% -
HSV(B) 343.76º 0.58% 0.9% -
XYZ 41.14 27.07 25.25 -
YUV 140.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 230 97 133 0 0.58 0.42 0.10 343.76 0.73 0.64
Hex E6 61 85 0 3A 2A A 158 49 40
Octal 346 141 205 0 72 52 12 530 111 100
Binary 11100110 1100001 10000101 0 111010 101010 1010 101011000 1001001 1000000

Color Harmonies of #E66185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66185

Black with #E66185

Text Example


Text Example

White with #E66185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66185; }

 p { color: rgb(230,97,133); }

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

background-color css

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

 a { background-color: rgb(230,97,133); }

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

border-color css

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

 span { border-color: rgb(230,97,133); }

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