Html Css Color HEX #EE6290 Deep Blush

📋 copy color: '#EE6290'

red 238 ◦ green 98 ◦ blue 144

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

Shades of Deep Blush #EE6290

Tints of Deep Blush #EE6290

RGB

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

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

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

R = 49.58%
G = 20.42%
B = 30%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE6290 (or 0xEE6290) is known color: Deep Blush. HEX triplet: EE, 62 and 90. RGB value is (238,98,144). Sum of RGB (Red+Green+Blue) = 238+98+144=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6290 is #119D6F. Grayscale: #919191. Windows color (decimal): -1154416 or 9462510. OLE color: 9462510.

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

Color convert

RGB 238 98 144 -
CMYK 0 0.59 0.39 0.07
HSL 340.29º 0.8% 0.66% -
HSV(B) 340.29º 0.59% 0.93% -
XYZ 44.66 28.93 29.61 -
YUV 145.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 238 98 144 0 0.59 0.39 0.07 340.29 0.8 0.66
Hex EE 62 90 0 3B 27 7 154 50 42
Octal 356 142 220 0 73 47 7 524 120 102
Binary 11101110 1100010 10010000 0 111011 100111 111 101010100 1010000 1000010

Color Harmonies of #EE6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6290

Black with #EE6290

Text Example


Text Example

White with #EE6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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