Html Css Color HEX #E66985 Deep Blush

📋 copy color: '#E66985'

red 230 ◦ green 105 ◦ blue 133

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

Shades of Deep Blush #E66985

Tints of Deep Blush #E66985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 49.15%
G = 22.44%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66985 (or 0xE66985) is known color: Deep Blush. HEX triplet: E6, 69 and 85. RGB value is (230,105,133). Sum of RGB (Red+Green+Blue) = 230+105+133=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E66985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66985 is #19967A. Grayscale: #919191. Windows color (decimal): -1676923 or 8743398. OLE color: 8743398.

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

Color convert

RGB 230 105 133 -
CMYK 0 0.54 0.42 0.10
HSL 346.56º 0.71% 0.66% -
HSV(B) 346.56º 0.54% 0.9% -
XYZ 41.92 28.62 25.51 -
YUV 145.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 230 105 133 0 0.54 0.42 0.10 346.56 0.71 0.66
Hex E6 69 85 0 36 2A A 15B 47 42
Octal 346 151 205 0 66 52 12 533 107 102
Binary 11100110 1101001 10000101 0 110110 101010 1010 101011011 1000111 1000010

Color Harmonies of #E66985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66985

Black with #E66985

Text Example


Text Example

White with #E66985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66985; }

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

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

background-color css

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

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

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

border-color css

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

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

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