Html Css Color HEX #EF698F Deep Blush

📋 copy color: '#EF698F'

red 239 ◦ green 105 ◦ blue 143

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

Shades of Deep Blush #EF698F

Tints of Deep Blush #EF698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.56%

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

R = 49.08%
G = 21.56%
B = 29.36%

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

#EF698F (or 0xEF698F) is known color: Deep Blush. HEX triplet: EF, 69 and 8F. RGB value is (239,105,143). Sum of RGB (Red+Green+Blue) = 239+105+143=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698F is #109670. Grayscale: #959595. Windows color (decimal): -1087089 or 9398767. OLE color: 9398767.

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

Color convert

RGB 239 105 143 -
CMYK 0 0.56 0.40 0.06
HSL 342.99º 0.81% 0.67% -
HSV(B) 342.99º 0.56% 0.94% -
XYZ 45.61 30.44 29.46 -
YUV 149.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 239 105 143 0 0.56 0.40 0.06 342.99 0.81 0.67
Hex EF 69 8F 0 38 28 6 157 51 43
Octal 357 151 217 0 70 50 6 527 121 103
Binary 11101111 1101001 10001111 0 111000 101000 110 101010111 1010001 1000011

Color Harmonies of #EF698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF698F

Black with #EF698F

Text Example


Text Example

White with #EF698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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