Html Css Color HEX #EF788A Deep Blush

📋 copy color: '#EF788A'

red 239 ◦ green 120 ◦ blue 138

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

Shades of Deep Blush #EF788A

Tints of Deep Blush #EF788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.14%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 48.09%
G = 24.14%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF788A (or 0xEF788A) is known color: Deep Blush. HEX triplet: EF, 78 and 8A. RGB value is (239,120,138). Sum of RGB (Red+Green+Blue) = 239+120+138=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788A is #108775. Grayscale: #9D9D9D. Windows color (decimal): -1083254 or 9074927. OLE color: 9074927.

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

Color convert

RGB 239 120 138 -
CMYK 0 0.50 0.42 0.06
HSL 350.92º 0.79% 0.7% -
HSV(B) 350.92º 0.5% 0.94% -
XYZ 46.9 33.62 28.06 -
YUV 157.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 239 120 138 0 0.50 0.42 0.06 350.92 0.79 0.7
Hex EF 78 8A 0 32 2A 6 15F 4F 46
Octal 357 170 212 0 62 52 6 537 117 106
Binary 11101111 1111000 10001010 0 110010 101010 110 101011111 1001111 1000110

Color Harmonies of #EF788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF788A

Black with #EF788A

Text Example


Text Example

White with #EF788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF788A; }

 p { color: rgb(239,120,138); }

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

background-color css

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

 a { background-color: rgb(239,120,138); }

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

border-color css

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

 span { border-color: rgb(239,120,138); }

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