Html Css Color HEX #EF768A Deep Blush

📋 copy color: '#EF768A'

red 239 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #EF768A

Tints of Deep Blush #EF768A

RGB

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

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

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

R = 48.28%
G = 23.84%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF768A (or 0xEF768A) is known color: Deep Blush. HEX triplet: EF, 76 and 8A. RGB value is (239,118,138). Sum of RGB (Red+Green+Blue) = 239+118+138=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF768A is #108975. Grayscale: #9C9C9C. Windows color (decimal): -1083766 or 9074415. OLE color: 9074415.

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

Color convert

RGB 239 118 138 -
CMYK 0 0.51 0.42 0.06
HSL 350.08º 0.79% 0.7% -
HSV(B) 350.08º 0.51% 0.94% -
XYZ 46.66 33.14 27.98 -
YUV 156.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 239 118 138 0 0.51 0.42 0.06 350.08 0.79 0.7
Hex EF 76 8A 0 33 2A 6 15E 4F 46
Octal 357 166 212 0 63 52 6 536 117 106
Binary 11101111 1110110 10001010 0 110011 101010 110 101011110 1001111 1000110

Color Harmonies of #EF768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF768A

Black with #EF768A

Text Example


Text Example

White with #EF768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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