Html Css Color HEX #EF668F Deep Blush

📋 copy color: '#EF668F'

red 239 ◦ green 102 ◦ blue 143

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

Shades of Deep Blush #EF668F

Tints of Deep Blush #EF668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.07%

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

R = 49.38%
G = 21.07%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF668F (or 0xEF668F) is known color: Deep Blush. HEX triplet: EF, 66 and 8F. RGB value is (239,102,143). Sum of RGB (Red+Green+Blue) = 239+102+143=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF668F is #109970. Grayscale: #939393. Windows color (decimal): -1087857 or 9397999. OLE color: 9397999.

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

Color convert

RGB 239 102 143 -
CMYK 0 0.57 0.40 0.06
HSL 342.04º 0.81% 0.67% -
HSV(B) 342.04º 0.57% 0.94% -
XYZ 45.31 29.84 29.36 -
YUV 147.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 239 102 143 0 0.57 0.40 0.06 342.04 0.81 0.67
Hex EF 66 8F 0 39 28 6 156 51 43
Octal 357 146 217 0 71 50 6 526 121 103
Binary 11101111 1100110 10001111 0 111001 101000 110 101010110 1010001 1000011

Color Harmonies of #EF668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF668F

Black with #EF668F

Text Example


Text Example

White with #EF668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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