#EB6B98

Color #EB6B98 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EB6B98

Tints of Pale Violet Red #EB6B98

Color information

#EB6B98 (or 0xEB6B98) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6B and 98. RGB value is (235,107,152). Sum of RGB (Red+Green+Blue) = 235+107+152=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6B98 is #149467. Grayscale: #969696. Windows color (decimal): -1348712 or 9989099. OLE color: 9989099.

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

Color convert

RGB235107152-
CMYK00.540.350.08
HSL338.91º76.19%67.06%-
HSV(B)338.91º54.47%92.16%-
XYZ45.1930.4433.2-
YUV150.4128.91188.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=47.57%
G=21.66%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510715200.540.350.08338.9176.1967.06
HexEB6B980362381534c43
Octal3531532300664310523114103
Binary111010111101011100110000110110100011100010101001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B98; }

 p { color: rgb(235,107,152); }

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

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

 a { background-color: rgb(235,107,152); }

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

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

 span { border-color: rgb(235,107,152); }

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