Html Css Color HEX #EE7486 Deep Blush

📋 copy color: '#EE7486'

red 238 ◦ green 116 ◦ blue 134

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

Shades of Deep Blush #EE7486

Tints of Deep Blush #EE7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 48.77%
G = 23.77%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE7486 (or 0xEE7486) is known color: Deep Blush. HEX triplet: EE, 74 and 86. RGB value is (238,116,134). Sum of RGB (Red+Green+Blue) = 238+116+134=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7486 is #118B79. Grayscale: #9A9A9A. Windows color (decimal): -1149818 or 8811758. OLE color: 8811758.

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

Color convert

RGB 238 116 134 -
CMYK 0 0.51 0.44 0.07
HSL 351.15º 0.78% 0.69% -
HSV(B) 351.15º 0.51% 0.93% -
XYZ 45.81 32.39 26.39 -
YUV 154.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 238 116 134 0 0.51 0.44 0.07 351.15 0.78 0.69
Hex EE 74 86 0 33 2C 7 15F 4E 45
Octal 356 164 206 0 63 54 7 537 116 105
Binary 11101110 1110100 10000110 0 110011 101100 111 101011111 1001110 1000101

Color Harmonies of #EE7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7486

Black with #EE7486

Text Example


Text Example

White with #EE7486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7486; }

 p { color: rgb(238,116,134); }

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

background-color css

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

 a { background-color: rgb(238,116,134); }

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

border-color css

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

 span { border-color: rgb(238,116,134); }

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