Html Css Color HEX #EE6590 Deep Blush

📋 copy color: '#EE6590'

red 238 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #EE6590

Tints of Deep Blush #EE6590

RGB

 RED value IS 238 (93.36% from 255) = 49.28%

 GREEN value IS 101 (39.84% from 255) = 20.91%

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

R = 49.28%
G = 20.91%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE6590 (or 0xEE6590) is known color: Deep Blush. HEX triplet: EE, 65 and 90. RGB value is (238,101,144). Sum of RGB (Red+Green+Blue) = 238+101+144=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6590 is #119A6F. Grayscale: #929292. Windows color (decimal): -1153648 or 9463278. OLE color: 9463278.

HSL color Cylindrical-coordinate representation of color #EE6590: hue angle of 341.17º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6590 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 101 144 -
CMYK 0 0.58 0.39 0.07
HSL 341.17º 0.8% 0.66% -
HSV(B) 341.17º 0.58% 0.93% -
XYZ 44.95 29.5 29.71 -
YUV 146.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 238 101 144 0 0.58 0.39 0.07 341.17 0.8 0.66
Hex EE 65 90 0 3A 27 7 155 50 42
Octal 356 145 220 0 72 47 7 525 120 102
Binary 11101110 1100101 10010000 0 111010 100111 111 101010101 1010000 1000010

Color Harmonies of #EE6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6590

Black with #EE6590

Text Example


Text Example

White with #EE6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6590; }

 p { color: rgb(238,101,144); }

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

background-color css

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

 a { background-color: rgb(238,101,144); }

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

border-color css

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

 span { border-color: rgb(238,101,144); }

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