Html Css Color HEX #EE6295 Deep Blush

📋 copy color: '#EE6295'

red 238 ◦ green 98 ◦ blue 149

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

Shades of Deep Blush #EE6295

Tints of Deep Blush #EE6295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 49.07%
G = 20.21%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE6295 (or 0xEE6295) is known color: Deep Blush. HEX triplet: EE, 62 and 95. RGB value is (238,98,149). Sum of RGB (Red+Green+Blue) = 238+98+149=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6295 is #119D6A. Grayscale: #919191. Windows color (decimal): -1154411 or 9790190. OLE color: 9790190.

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

Color convert

RGB 238 98 149 -
CMYK 0 0.59 0.37 0.07
HSL 338.14º 0.8% 0.66% -
HSV(B) 338.14º 0.59% 0.93% -
XYZ 45.05 29.08 31.67 -
YUV 145.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 238 98 149 0 0.59 0.37 0.07 338.14 0.8 0.66
Hex EE 62 95 0 3B 25 7 152 50 42
Octal 356 142 225 0 73 45 7 522 120 102
Binary 11101110 1100010 10010101 0 111011 100101 111 101010010 1010000 1000010

Color Harmonies of #EE6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6295

Black with #EE6295

Text Example


Text Example

White with #EE6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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