Html Css Color HEX #EB6DF0 Violet

📋 copy color: '#EB6DF0'

red 235 ◦ green 109 ◦ blue 240

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

Shades of Violet #EB6DF0

Tints of Violet #EB6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.66%

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 40.24%
G = 18.66%
B = 41.1%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB6DF0 (or 0xEB6DF0) is known color: Violet. HEX triplet: EB, 6D and F0. RGB value is (235,109,240). Sum of RGB (Red+Green+Blue) = 235+109+240=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6DF0 is #14920F. Grayscale: #A1A1A1. Windows color (decimal): -1348112 or 15756779. OLE color: 15756779.

HSL color Cylindrical-coordinate representation of color #EB6DF0: hue angle of 297.71º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6DF0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 109 240 -
CMYK 0.02 0.55 0 0.06
HSL 297.71º 0.81% 0.68% -
HSV(B) 297.71º 0.55% 0.94% -
XYZ 55.46 34.89 86.25 -
YUV 161.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 235 109 240 0.02 0.55 0 0.06 297.71 0.81 0.68
Hex EB 6D F0 2 37 0 6 12A 51 44
Octal 353 155 360 2 67 0 6 452 121 104
Binary 11101011 1101101 11110000 10 110111 0 110 100101010 1010001 1000100

Color Harmonies of #EB6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DF0

Black with #EB6DF0

Text Example


Text Example

White with #EB6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DF0; }

 p { color: rgb(235,109,240); }

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

background-color css

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

 a { background-color: rgb(235,109,240); }

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

border-color css

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

 span { border-color: rgb(235,109,240); }

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