Html Css Color HEX #EB93FF Violet

📋 copy color: '#EB93FF'

red 235 ◦ green 147 ◦ blue 255

#EB93FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EB93FF

Tints of Violet #EB93FF

RGB

 RED value IS 235 (92.19% from 255) = 36.89%

 GREEN value IS 147 (57.81% from 255) = 23.08%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 36.89%
G = 23.08%
B = 40.03%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB93FF (or 0xEB93FF) is known color: Violet. HEX triplet: EB, 93 and FF. RGB value is (235,147,255). Sum of RGB (Red+Green+Blue) = 235+147+255=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93FF is #146C00. Grayscale: #B9B9B9. Windows color (decimal): -1338369 or 16749547. OLE color: 16749547.

HSL color Cylindrical-coordinate representation of color #EB93FF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB93FF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 147 255 -
CMYK 0.08 0.42 0 0
HSL 288.89º 1% 0.79% -
HSV(B) 288.89º 0.42% 1% -
XYZ 62.74 45.75 100.13 -
YUV 185.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 235 147 255 0.08 0.42 0 0 288.89 1 0.79
Hex EB 93 FF 8 2A 0 0 121 64 4F
Octal 353 223 377 10 52 0 0 441 144 117
Binary 11101011 10010011 11111111 1000 101010 0 0 100100001 1100100 1001111

Color Harmonies of #EB93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93FF

Black with #EB93FF

Text Example


Text Example

White with #EB93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93FF; }

 p { color: rgb(235,147,255); }

 H1.HeaderClassName
 {
   color: #EB93FF;
 }
 .AnyTagClassName
 {
   color: #EB93FF;
 }
</style>

background-color css

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

 a { background-color: rgb(235,147,255); }

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

border-color css

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

 span { border-color: rgb(235,147,255); }

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