#EB698E

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

Shades of Deep Blush #EB698E

Tints of Deep Blush #EB698E

Color information

#EB698E (or 0xEB698E) is unknown color: approx Deep Blush. HEX triplet: EB, 69 and 8E. RGB value is (235,105,142). Sum of RGB (Red+Green+Blue) = 235+105+142=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB698E is #149671. Grayscale: #949494. Windows color (decimal): -1349234 or 9333227. OLE color: 9333227.

HSL color Cylindrical-coordinate representation of color #EB698E: hue angle of 342.92º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB698E is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235105142-
CMYK00.550.400.08
HSL342.92º76.47%66.67%-
HSV(B)342.92º55.32%92.16%-
XYZ44.229.7229-
YUV148.09124.57189.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=48.76%
G=21.78%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510514200.550.400.08342.9276.4766.67
HexEB698E0372881574c43
Octal3531512160675010527114103
Binary111010111101001100011100110111101000100010101011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB698E; }

 p { color: rgb(235,105,142); }

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

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

 a { background-color: rgb(235,105,142); }

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

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

 span { border-color: rgb(235,105,142); }

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