#EB438D

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

Shades of Violet Red #EB438D

Tints of Violet Red #EB438D

Color information

#EB438D (or 0xEB438D) is unknown color: approx Violet Red. HEX triplet: EB, 43 and 8D. RGB value is (235,67,141). Sum of RGB (Red+Green+Blue) = 235+67+141=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB438D is #14BC72. Grayscale: #7D7D7D. Windows color (decimal): -1358963 or 9257963. OLE color: 9257963.

HSL color Cylindrical-coordinate representation of color #EB438D: hue angle of 333.57º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB438D is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB23567141-
CMYK00.710.40.08
HSL333.57º80.77%59.22%-
HSV(B)333.57º71.49%92.16%-
XYZ41.0823.627.59-
YUV125.67136.66205.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=53.05%
G=15.12%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356714100.710.40.08333.5780.7759.22
HexEB438D04728814e513b
Octal3531032150107501051612173
Binary111010111000011100011010100011110100010001010011101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB438D; }

 p { color: rgb(235,67,141); }

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

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

 a { background-color: rgb(235,67,141); }

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

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

 span { border-color: rgb(235,67,141); }

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