Html Css Color HEX #EF688A Deep Blush

📋 copy color: '#EF688A'

red 239 ◦ green 104 ◦ blue 138

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

Shades of Deep Blush #EF688A

Tints of Deep Blush #EF688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

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

R = 49.69%
G = 21.62%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF688A (or 0xEF688A) is known color: Deep Blush. HEX triplet: EF, 68 and 8A. RGB value is (239,104,138). Sum of RGB (Red+Green+Blue) = 239+104+138=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688A is #109775. Grayscale: #949494. Windows color (decimal): -1087350 or 9070831. OLE color: 9070831.

HSL color Cylindrical-coordinate representation of color #EF688A: hue angle of 344.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF688A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 138 -
CMYK 0 0.56 0.42 0.06
HSL 344.89º 0.81% 0.67% -
HSV(B) 344.89º 0.56% 0.94% -
XYZ 45.13 30.09 27.47 -
YUV 148.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 239 104 138 0 0.56 0.42 0.06 344.89 0.81 0.67
Hex EF 68 8A 0 38 2A 6 159 51 43
Octal 357 150 212 0 70 52 6 531 121 103
Binary 11101111 1101000 10001010 0 111000 101010 110 101011001 1010001 1000011

Color Harmonies of #EF688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF688A

Black with #EF688A

Text Example


Text Example

White with #EF688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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