#EB72F1

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

Shades of Violet #EB72F1

Tints of Violet #EB72F1

Color information

#EB72F1 (or 0xEB72F1) is unknown color: approx Violet. HEX triplet: EB, 72 and F1. RGB value is (235,114,241). Sum of RGB (Red+Green+Blue) = 235+114+241=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB72F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72F1 is #148D0E. Grayscale: #A4A4A4. Windows color (decimal): -1346831 or 15823595. OLE color: 15823595.

HSL color Cylindrical-coordinate representation of color #EB72F1: hue angle of 297.17º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB72F1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235114241-
CMYK0.020.5300.05
HSL297.17º81.94%69.61%-
HSV(B)297.17º52.7%94.51%-
XYZ56.1636.0587.22-
YUV164.66171.09178.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 114 (44.92% from 255) = 19.32%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=39.83%
G=19.32%
B=40.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351142410.020.5300.05297.1781.9469.61
HexEB72F1235051295246
Octal35316236126505451122106
Binary1110101111100101111000110110101010110010100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72F1; }

 p { color: rgb(235,114,241); }

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

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

 a { background-color: rgb(235,114,241); }

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

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

 span { border-color: rgb(235,114,241); }

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