#e275e8

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

Shades of Violet #E275E8

Tints of Violet #E275E8

Color information

#E275E8 (or 0xE275E8) is unknown color: approx Violet. HEX triplet: E2, 75 and E8. RGB value is (226,117,232). Sum of RGB (Red+Green+Blue) = 226+117+232=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #E275E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275E8 is #1D8A17. Grayscale: #A2A2A2. Windows color (decimal): -1935896 or 15234530. OLE color: 15234530.

HSL color Cylindrical-coordinate representation of color #E275E8: hue angle of 296.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E275E8 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226117232-
CMYK0.030.5000.09
HSL296.87º71.43%68.43%-
HSV(B)296.87º49.57%90.98%-
XYZ52.2934.7280.29-
YUV162.7167.11173.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 117 (46.09% from 255) = 20.35%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=39.30%
G=20.35%
B=40.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261172320.030.5000.09296.8771.4368.43
HexE275E8332091294744
Octal342165350362011451107104
Binary11100010111010111101000111100100100110010100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e275e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e275e8; }

 p { color: rgb(226,117,232); }

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

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

 a { background-color: rgb(226,117,232); }

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

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

 span { border-color: rgb(226,117,232); }

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