Html Css Color HEX #EB6FED Violet

📋 copy color: '#EB6FED'

red 235 ◦ green 111 ◦ blue 237

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

Shades of Violet #EB6FED

Tints of Violet #EB6FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.04%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 40.31%
G = 19.04%
B = 40.65%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB6FED (or 0xEB6FED) is known color: Violet. HEX triplet: EB, 6F and ED. RGB value is (235,111,237). Sum of RGB (Red+Green+Blue) = 235+111+237=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6FED is #149012. Grayscale: #A2A2A2. Windows color (decimal): -1347603 or 15560683. OLE color: 15560683.

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

Color convert

RGB 235 111 237 -
CMYK 0.01 0.53 0 0.07
HSL 299.05º 0.78% 0.68% -
HSV(B) 299.05º 0.53% 0.93% -
XYZ 55.23 35.15 83.99 -
YUV 162.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 235 111 237 0.01 0.53 0 0.07 299.05 0.78 0.68
Hex EB 6F ED 1 35 0 7 12B 4E 44
Octal 353 157 355 1 65 0 7 453 116 104
Binary 11101011 1101111 11101101 1 110101 0 111 100101011 1001110 1000100

Color Harmonies of #EB6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FED

Black with #EB6FED

Text Example


Text Example

White with #EB6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FED; }

 p { color: rgb(235,111,237); }

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

background-color css

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

 a { background-color: rgb(235,111,237); }

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

border-color css

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

 span { border-color: rgb(235,111,237); }

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