#EB6B9E

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

Shades of Pale Violet Red #EB6B9E

Tints of Pale Violet Red #EB6B9E

Color information

#EB6B9E (or 0xEB6B9E) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6B and 9E. RGB value is (235,107,158). Sum of RGB (Red+Green+Blue) = 235+107+158=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6B9E is #149461. Grayscale: #979797. Windows color (decimal): -1348706 or 10382315. OLE color: 10382315.

HSL color Cylindrical-coordinate representation of color #EB6B9E: hue angle of 336.09º 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 #EB6B9E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235107158-
CMYK00.540.330.08
HSL336.09º76.19%67.06%-
HSV(B)336.09º54.47%92.16%-
XYZ45.6930.6535.85-
YUV151.09131.91187.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=47%
G=21.4%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510715800.540.330.08336.0976.1967.06
HexEB6B9E0362181504c43
Octal3531532360664110520114103
Binary111010111101011100111100110110100001100010101000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B9E; }

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

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

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

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

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

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

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

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