Html Css Color HEX #E66285 Deep Blush

📋 copy color: '#E66285'

red 230 ◦ green 98 ◦ blue 133

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

Shades of Deep Blush #E66285

Tints of Deep Blush #E66285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

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

R = 49.89%
G = 21.26%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66285 (or 0xE66285) is known color: Deep Blush. HEX triplet: E6, 62 and 85. RGB value is (230,98,133). Sum of RGB (Red+Green+Blue) = 230+98+133=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66285 is #199D7A. Grayscale: #8D8D8D. Windows color (decimal): -1678715 or 8741606. OLE color: 8741606.

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

Color convert

RGB 230 98 133 -
CMYK 0 0.57 0.42 0.10
HSL 344.09º 0.73% 0.64% -
HSV(B) 344.09º 0.57% 0.9% -
XYZ 41.23 27.25 25.28 -
YUV 141.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 230 98 133 0 0.57 0.42 0.10 344.09 0.73 0.64
Hex E6 62 85 0 39 2A A 158 49 40
Octal 346 142 205 0 71 52 12 530 111 100
Binary 11100110 1100010 10000101 0 111001 101010 1010 101011000 1001001 1000000

Color Harmonies of #E66285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66285

Black with #E66285

Text Example


Text Example

White with #E66285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66285; }

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

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

background-color css

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

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

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

border-color css

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

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

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