Html Css Color HEX #EE768E Deep Blush

📋 copy color: '#EE768E'

red 238 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #EE768E

Tints of Deep Blush #EE768E

RGB

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

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

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

R = 47.79%
G = 23.69%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE768E (or 0xEE768E) is known color: Deep Blush. HEX triplet: EE, 76 and 8E. RGB value is (238,118,142). Sum of RGB (Red+Green+Blue) = 238+118+142=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768E is #118971. Grayscale: #9C9C9C. Windows color (decimal): -1149298 or 9336558. OLE color: 9336558.

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

Color convert

RGB 238 118 142 -
CMYK 0 0.50 0.40 0.07
HSL 348º 0.78% 0.7% -
HSV(B) 348º 0.5% 0.93% -
XYZ 46.62 33.09 29.52 -
YUV 156.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 238 118 142 0 0.50 0.40 0.07 348 0.78 0.7
Hex EE 76 8E 0 32 28 7 15C 4E 46
Octal 356 166 216 0 62 50 7 534 116 106
Binary 11101110 1110110 10001110 0 110010 101000 111 101011100 1001110 1000110

Color Harmonies of #EE768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE768E

Black with #EE768E

Text Example


Text Example

White with #EE768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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