Html Css Color HEX #EE7185 Deep Blush

📋 copy color: '#EE7185'

red 238 ◦ green 113 ◦ blue 133

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

Shades of Deep Blush #EE7185

Tints of Deep Blush #EE7185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 49.17%
G = 23.35%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE7185 (or 0xEE7185) is known color: Deep Blush. HEX triplet: EE, 71 and 85. RGB value is (238,113,133). Sum of RGB (Red+Green+Blue) = 238+113+133=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7185 is #118E7A. Grayscale: #989898. Windows color (decimal): -1150587 or 8745454. OLE color: 8745454.

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

Color convert

RGB 238 113 133 -
CMYK 0 0.53 0.44 0.07
HSL 350.4º 0.79% 0.69% -
HSV(B) 350.4º 0.53% 0.93% -
XYZ 45.4 31.68 25.91 -
YUV 152.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 238 113 133 0 0.53 0.44 0.07 350.4 0.79 0.69
Hex EE 71 85 0 35 2C 7 15E 4F 45
Octal 356 161 205 0 65 54 7 536 117 105
Binary 11101110 1110001 10000101 0 110101 101100 111 101011110 1001111 1000101

Color Harmonies of #EE7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7185

Black with #EE7185

Text Example


Text Example

White with #EE7185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7185; }

 p { color: rgb(238,113,133); }

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

background-color css

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

 a { background-color: rgb(238,113,133); }

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

border-color css

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

 span { border-color: rgb(238,113,133); }

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