Html Css Color HEX #EE768D Deep Blush

📋 copy color: '#EE768D'

red 238 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #EE768D

Tints of Deep Blush #EE768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 47.89%
G = 23.74%
B = 28.37%

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

#EE768D (or 0xEE768D) is known color: Deep Blush. HEX triplet: EE, 76 and 8D. RGB value is (238,118,141). Sum of RGB (Red+Green+Blue) = 238+118+141=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768D is #118972. Grayscale: #9C9C9C. Windows color (decimal): -1149299 or 9271022. OLE color: 9271022.

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

Color convert

RGB 238 118 141 -
CMYK 0 0.50 0.41 0.07
HSL 348.5º 0.78% 0.7% -
HSV(B) 348.5º 0.5% 0.93% -
XYZ 46.55 33.06 29.13 -
YUV 156.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 238 118 141 0 0.50 0.41 0.07 348.5 0.78 0.7
Hex EE 76 8D 0 32 29 7 15C 4E 46
Octal 356 166 215 0 62 51 7 534 116 106
Binary 11101110 1110110 10001101 0 110010 101001 111 101011100 1001110 1000110

Color Harmonies of #EE768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE768D

Black with #EE768D

Text Example


Text Example

White with #EE768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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