Html Css Color HEX #EF688D Deep Blush

📋 copy color: '#EF688D'

red 239 ◦ green 104 ◦ blue 141

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

Shades of Deep Blush #EF688D

Tints of Deep Blush #EF688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 49.38%
G = 21.49%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF688D (or 0xEF688D) is known color: Deep Blush. HEX triplet: EF, 68 and 8D. RGB value is (239,104,141). Sum of RGB (Red+Green+Blue) = 239+104+141=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688D is #109772. Grayscale: #949494. Windows color (decimal): -1087347 or 9267439. OLE color: 9267439.

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

Color convert

RGB 239 104 141 -
CMYK 0 0.56 0.41 0.06
HSL 343.56º 0.81% 0.67% -
HSV(B) 343.56º 0.56% 0.94% -
XYZ 45.35 30.17 28.63 -
YUV 148.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 239 104 141 0 0.56 0.41 0.06 343.56 0.81 0.67
Hex EF 68 8D 0 38 29 6 158 51 43
Octal 357 150 215 0 70 51 6 530 121 103
Binary 11101111 1101000 10001101 0 111000 101001 110 101011000 1010001 1000011

Color Harmonies of #EF688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF688D

Black with #EF688D

Text Example


Text Example

White with #EF688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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