#EB69EE

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

Shades of Violet #EB69EE

Tints of Violet #EB69EE

Color information

#EB69EE (or 0xEB69EE) is unknown color: approx Violet. HEX triplet: EB, 69 and EE. RGB value is (235,105,238). Sum of RGB (Red+Green+Blue) = 235+105+238=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB69EE is #149611. Grayscale: #9E9E9E. Windows color (decimal): -1349138 or 15624683. OLE color: 15624683.

HSL color Cylindrical-coordinate representation of color #EB69EE: hue angle of 298.65º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB69EE is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235105238-
CMYK0.010.5600.07
HSL298.65º79.64%67.25%-
HSV(B)298.65º55.88%93.33%-
XYZ54.7533.9484.55-
YUV159.03172.57182.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 105 (41.41% from 255) = 18.17%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=40.66%
G=18.17%
B=41.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351052380.010.5600.07298.6579.6467.25
HexEB69EE1380712b5043
Octal35315135617007453120103
Binary111010111101001111011101111000011110010101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69EE; }

 p { color: rgb(235,105,238); }

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

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

 a { background-color: rgb(235,105,238); }

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

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

 span { border-color: rgb(235,105,238); }

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