Html Css Color HEX #EF768E Deep Blush

📋 copy color: '#EF768E'

red 239 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #EF768E

Tints of Deep Blush #EF768E

RGB

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

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

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

R = 47.9%
G = 23.65%
B = 28.46%

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

#EF768E (or 0xEF768E) is known color: Deep Blush. HEX triplet: EF, 76 and 8E. RGB value is (239,118,142). Sum of RGB (Red+Green+Blue) = 239+118+142=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF768E is #108971. Grayscale: #9C9C9C. Windows color (decimal): -1083762 or 9336559. OLE color: 9336559.

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

Color convert

RGB 239 118 142 -
CMYK 0 0.51 0.41 0.06
HSL 348.1º 0.79% 0.7% -
HSV(B) 348.1º 0.51% 0.94% -
XYZ 46.96 33.26 29.54 -
YUV 156.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 239 118 142 0 0.51 0.41 0.06 348.1 0.79 0.7
Hex EF 76 8E 0 33 29 6 15C 4F 46
Octal 357 166 216 0 63 51 6 534 117 106
Binary 11101111 1110110 10001110 0 110011 101001 110 101011100 1001111 1000110

Color Harmonies of #EF768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF768E

Black with #EF768E

Text Example


Text Example

White with #EF768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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