#EB4284

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

Shades of Violet Red #EB4284

Tints of Violet Red #EB4284

Color information

#EB4284 (or 0xEB4284) is unknown color: approx Violet Red. HEX triplet: EB, 42 and 84. RGB value is (235,66,132). Sum of RGB (Red+Green+Blue) = 235+66+132=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4284 is #14BD7B. Grayscale: #7B7B7B. Windows color (decimal): -1359228 or 8667883. OLE color: 8667883.

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

Color convert

RGB23566132-
CMYK00.720.440.08
HSL336.57º80.86%59.02%-
HSV(B)336.57º71.91%92.16%-
XYZ40.3723.2224.18-
YUV124.06132.49207.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=54.27%
G=15.24%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356613200.720.440.08336.5780.8659.02
HexEB42840482C8151513b
Octal3531022040110541052112173
Binary111010111000010100001000100100010110010001010100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4284; }

 p { color: rgb(235,66,132); }

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

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

 a { background-color: rgb(235,66,132); }

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

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

 span { border-color: rgb(235,66,132); }

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