Html Css Color HEX #E66090 Deep Blush

📋 copy color: '#E66090'

red 230 ◦ green 96 ◦ blue 144

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

Shades of Deep Blush #E66090

Tints of Deep Blush #E66090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 48.94%
G = 20.43%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E66090 (or 0xE66090) is known color: Deep Blush. HEX triplet: E6, 60 and 90. RGB value is (230,96,144). Sum of RGB (Red+Green+Blue) = 230+96+144=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E66090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66090 is #199F6F. Grayscale: #8D8D8D. Windows color (decimal): -1679216 or 9461990. OLE color: 9461990.

HSL color Cylindrical-coordinate representation of color #E66090: hue angle of 338.51º 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 #E66090 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 144 -
CMYK 0 0.58 0.37 0.10
HSL 338.51º 0.73% 0.64% -
HSV(B) 338.51º 0.58% 0.9% -
XYZ 41.85 27.2 29.43 -
YUV 141.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 230 96 144 0 0.58 0.37 0.10 338.51 0.73 0.64
Hex E6 60 90 0 3A 25 A 153 49 40
Octal 346 140 220 0 72 45 12 523 111 100
Binary 11100110 1100000 10010000 0 111010 100101 1010 101010011 1001001 1000000

Color Harmonies of #E66090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66090

Black with #E66090

Text Example


Text Example

White with #E66090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66090; }

 p { color: rgb(230,96,144); }

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

background-color css

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

 a { background-color: rgb(230,96,144); }

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

border-color css

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

 span { border-color: rgb(230,96,144); }

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