Html Css Color HEX #EF768C Deep Blush

📋 copy color: '#EF768C'

red 239 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #EF768C

Tints of Deep Blush #EF768C

RGB

 RED value IS 239 (93.75% from 255) = 48.09%

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

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

R = 48.09%
G = 23.74%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF768C (or 0xEF768C) is known color: Deep Blush. HEX triplet: EF, 76 and 8C. RGB value is (239,118,140). Sum of RGB (Red+Green+Blue) = 239+118+140=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF768C is #108973. Grayscale: #9C9C9C. Windows color (decimal): -1083764 or 9205487. OLE color: 9205487.

HSL color Cylindrical-coordinate representation of color #EF768C: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF768C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 118 140 -
CMYK 0 0.51 0.41 0.06
HSL 349.09º 0.79% 0.7% -
HSV(B) 349.09º 0.51% 0.94% -
XYZ 46.81 33.2 28.75 -
YUV 156.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 239 118 140 0 0.51 0.41 0.06 349.09 0.79 0.7
Hex EF 76 8C 0 33 29 6 15D 4F 46
Octal 357 166 214 0 63 51 6 535 117 106
Binary 11101111 1110110 10001100 0 110011 101001 110 101011101 1001111 1000110

Color Harmonies of #EF768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF768C

Black with #EF768C

Text Example


Text Example

White with #EF768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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