#EB668F

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

Shades of Deep Blush #EB668F

Tints of Deep Blush #EB668F

Color information

#EB668F (or 0xEB668F) is unknown color: approx Deep Blush. HEX triplet: EB, 66 and 8F. RGB value is (235,102,143). Sum of RGB (Red+Green+Blue) = 235+102+143=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB668F is #149970. Grayscale: #929292. Windows color (decimal): -1350001 or 9397995. OLE color: 9397995.

HSL color Cylindrical-coordinate representation of color #EB668F: hue angle of 341.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB668F is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235102143-
CMYK00.570.390.08
HSL341.5º76.88%66.08%-
HSV(B)341.5º56.6%92.16%-
XYZ43.9729.1529.3-
YUV146.44126.06191.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 102 (40.23% from 255) = 21.25%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=48.96%
G=21.25%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510214300.570.390.08341.576.8866.08
HexEB668F0392781564d42
Octal3531462170714710526115102
Binary111010111100110100011110111001100111100010101011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB668F; }

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

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

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

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

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

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

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

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