#EF6B97

Color #EF6B97 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EF6B97

Tints of Deep Blush #EF6B97

Color information

#EF6B97 (or 0xEF6B97) is unknown color: approx Deep Blush. HEX triplet: EF, 6B and 97. RGB value is (239,107,151). Sum of RGB (Red+Green+Blue) = 239+107+151=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6B97 is #109468. Grayscale: #979797. Windows color (decimal): -1086569 or 9923567. OLE color: 9923567.

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

Color convert

RGB239107151-
CMYK00.550.370.06
HSL340º80.49%67.84%-
HSV(B)340º55.23%93.73%-
XYZ46.4431.132.83-
YUV151.48127.73190.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=48.09%
G=21.53%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910715100.550.370.0634080.4967.84
HexEF6B970372561545044
Octal357153227067456524120104
Binary11101111110101110010111011011110010111010101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6B97; }

 p { color: rgb(239,107,151); }

 H1.HeaderClassName
 {
   color: #EF6B97;
 }
 .AnyTagClassName
 {
   color: #EF6B97;
 }
</style>
background-color css

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

 a { background-color: rgb(239,107,151); }

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

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

 span { border-color: rgb(239,107,151); }

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