Html Css Color HEX #EE7295 Deep Blush

📋 copy color: '#EE7295'

red 238 ◦ green 114 ◦ blue 149

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

Shades of Deep Blush #EE7295

Tints of Deep Blush #EE7295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.75%

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

R = 47.5%
G = 22.75%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE7295 (or 0xEE7295) is known color: Deep Blush. HEX triplet: EE, 72 and 95. RGB value is (238,114,149). Sum of RGB (Red+Green+Blue) = 238+114+149=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7295 is #118D6A. Grayscale: #9B9B9B. Windows color (decimal): -1150315 or 9794286. OLE color: 9794286.

HSL color Cylindrical-coordinate representation of color #EE7295: hue angle of 343.06º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7295 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 149 -
CMYK 0 0.52 0.37 0.07
HSL 343.06º 0.78% 0.69% -
HSV(B) 343.06º 0.52% 0.93% -
XYZ 46.7 32.38 32.22 -
YUV 155.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 238 114 149 0 0.52 0.37 0.07 343.06 0.78 0.69
Hex EE 72 95 0 34 25 7 157 4E 45
Octal 356 162 225 0 64 45 7 527 116 105
Binary 11101110 1110010 10010101 0 110100 100101 111 101010111 1001110 1000101

Color Harmonies of #EE7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7295

Black with #EE7295

Text Example


Text Example

White with #EE7295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7295; }

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

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

background-color css

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

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

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

border-color css

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

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

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