Html Css Color HEX #EF6A8D Deep Blush

📋 copy color: '#EF6A8D'

red 239 ◦ green 106 ◦ blue 141

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

Shades of Deep Blush #EF6A8D

Tints of Deep Blush #EF6A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

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

R = 49.18%
G = 21.81%
B = 29.01%

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

#EF6A8D (or 0xEF6A8D) is known color: Deep Blush. HEX triplet: EF, 6A and 8D. RGB value is (239,106,141). Sum of RGB (Red+Green+Blue) = 239+106+141=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A8D is #109572. Grayscale: #959595. Windows color (decimal): -1086835 or 9267951. OLE color: 9267951.

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

Color convert

RGB 239 106 141 -
CMYK 0 0.56 0.41 0.06
HSL 344.21º 0.81% 0.68% -
HSV(B) 344.21º 0.56% 0.94% -
XYZ 45.56 30.58 28.7 -
YUV 149.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 239 106 141 0 0.56 0.41 0.06 344.21 0.81 0.68
Hex EF 6A 8D 0 38 29 6 158 51 44
Octal 357 152 215 0 70 51 6 530 121 104
Binary 11101111 1101010 10001101 0 111000 101001 110 101011000 1010001 1000100

Color Harmonies of #EF6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A8D

Black with #EF6A8D

Text Example


Text Example

White with #EF6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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