Html Css Color HEX #EE728E Deep Blush

📋 copy color: '#EE728E'

red 238 ◦ green 114 ◦ blue 142

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

Shades of Deep Blush #EE728E

Tints of Deep Blush #EE728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 48.18%
G = 23.08%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE728E (or 0xEE728E) is known color: Deep Blush. HEX triplet: EE, 72 and 8E. RGB value is (238,114,142). Sum of RGB (Red+Green+Blue) = 238+114+142=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE728E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE728E is #118D71. Grayscale: #9A9A9A. Windows color (decimal): -1150322 or 9335534. OLE color: 9335534.

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

Color convert

RGB 238 114 142 -
CMYK 0 0.52 0.40 0.07
HSL 346.45º 0.78% 0.69% -
HSV(B) 346.45º 0.52% 0.93% -
XYZ 46.16 32.16 29.37 -
YUV 154.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 238 114 142 0 0.52 0.40 0.07 346.45 0.78 0.69
Hex EE 72 8E 0 34 28 7 15A 4E 45
Octal 356 162 216 0 64 50 7 532 116 105
Binary 11101110 1110010 10001110 0 110100 101000 111 101011010 1001110 1000101

Color Harmonies of #EE728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE728E

Black with #EE728E

Text Example


Text Example

White with #EE728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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