Html Css Color HEX #EF6D8F Deep Blush

📋 copy color: '#EF6D8F'

red 239 ◦ green 109 ◦ blue 143

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

Shades of Deep Blush #EF6D8F

Tints of Deep Blush #EF6D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 48.68%
G = 22.2%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF6D8F (or 0xEF6D8F) is known color: Deep Blush. HEX triplet: EF, 6D and 8F. RGB value is (239,109,143). Sum of RGB (Red+Green+Blue) = 239+109+143=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6D8F is #109270. Grayscale: #979797. Windows color (decimal): -1086065 or 9399791. OLE color: 9399791.

HSL color Cylindrical-coordinate representation of color #EF6D8F: hue angle of 344.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6D8F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 109 143 -
CMYK 0 0.54 0.40 0.06
HSL 344.31º 0.8% 0.68% -
HSV(B) 344.31º 0.54% 0.94% -
XYZ 46.02 31.27 29.6 -
YUV 151.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 239 109 143 0 0.54 0.40 0.06 344.31 0.8 0.68
Hex EF 6D 8F 0 36 28 6 158 50 44
Octal 357 155 217 0 66 50 6 530 120 104
Binary 11101111 1101101 10001111 0 110110 101000 110 101011000 1010000 1000100

Color Harmonies of #EF6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6D8F

Black with #EF6D8F

Text Example


Text Example

White with #EF6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6D8F; }

 p { color: rgb(239,109,143); }

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

background-color css

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

 a { background-color: rgb(239,109,143); }

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

border-color css

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

 span { border-color: rgb(239,109,143); }

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