Html Css Color HEX #EB93EC Violet

📋 copy color: '#EB93EC'

red 235 ◦ green 147 ◦ blue 236

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

Shades of Violet #EB93EC

Tints of Violet #EB93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 38.03%
G = 23.79%
B = 38.19%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB93EC (or 0xEB93EC) is known color: Violet. HEX triplet: EB, 93 and EC. RGB value is (235,147,236). Sum of RGB (Red+Green+Blue) = 235+147+236=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93EC is #146C13. Grayscale: #B7B7B7. Windows color (decimal): -1338388 or 15504363. OLE color: 15504363.

HSL color Cylindrical-coordinate representation of color #EB93EC: hue angle of 299.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB93EC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 147 236 -
CMYK 0.00 0.38 0 0.07
HSL 299.33º 0.7% 0.75% -
HSV(B) 299.33º 0.38% 0.93% -
XYZ 59.83 44.59 84.81 -
YUV 183.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 235 147 236 0.00 0.38 0 0.07 299.33 0.7 0.75
Hex EB 93 EC 0 26 0 7 12B 46 4B
Octal 353 223 354 0 46 0 7 453 106 113
Binary 11101011 10010011 11101100 0 100110 0 111 100101011 1000110 1001011

Color Harmonies of #EB93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93EC

Black with #EB93EC

Text Example


Text Example

White with #EB93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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