Html Css Color HEX #EE768C Deep Blush

📋 copy color: '#EE768C'

red 238 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #EE768C

Tints of Deep Blush #EE768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 47.98%
G = 23.79%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE768C (or 0xEE768C) is known color: Deep Blush. HEX triplet: EE, 76 and 8C. RGB value is (238,118,140). Sum of RGB (Red+Green+Blue) = 238+118+140=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768C is #118973. Grayscale: #9C9C9C. Windows color (decimal): -1149300 or 9205486. OLE color: 9205486.

HSL color Cylindrical-coordinate representation of color #EE768C: hue angle of 349º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE768C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 140 -
CMYK 0 0.50 0.41 0.07
HSL 349º 0.78% 0.7% -
HSV(B) 349º 0.5% 0.93% -
XYZ 46.47 33.03 28.74 -
YUV 156.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 238 118 140 0 0.50 0.41 0.07 349 0.78 0.7
Hex EE 76 8C 0 32 29 7 15D 4E 46
Octal 356 166 214 0 62 51 7 535 116 106
Binary 11101110 1110110 10001100 0 110010 101001 111 101011101 1001110 1000110

Color Harmonies of #EE768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE768C

Black with #EE768C

Text Example


Text Example

White with #EE768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE768C; }

 p { color: rgb(238,118,140); }

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

background-color css

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

 a { background-color: rgb(238,118,140); }

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

border-color css

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

 span { border-color: rgb(238,118,140); }

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