Html Css Color HEX #EF6A8F Deep Blush

📋 copy color: '#EF6A8F'

red 239 ◦ green 106 ◦ blue 143

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

Shades of Deep Blush #EF6A8F

Tints of Deep Blush #EF6A8F

RGB

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

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

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

R = 48.98%
G = 21.72%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF6A8F (or 0xEF6A8F) is known color: Deep Blush. HEX triplet: EF, 6A and 8F. RGB value is (239,106,143). Sum of RGB (Red+Green+Blue) = 239+106+143=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A8F is #109570. Grayscale: #959595. Windows color (decimal): -1086833 or 9399023. OLE color: 9399023.

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

Color convert

RGB 239 106 143 -
CMYK 0 0.56 0.40 0.06
HSL 343.31º 0.81% 0.68% -
HSV(B) 343.31º 0.56% 0.94% -
XYZ 45.71 30.64 29.49 -
YUV 149.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 239 106 143 0 0.56 0.40 0.06 343.31 0.81 0.68
Hex EF 6A 8F 0 38 28 6 157 51 44
Octal 357 152 217 0 70 50 6 527 121 104
Binary 11101111 1101010 10001111 0 111000 101000 110 101010111 1010001 1000100

Color Harmonies of #EF6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A8F

Black with #EF6A8F

Text Example


Text Example

White with #EF6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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