Html Css Color HEX #EB6DF1 Violet

📋 copy color: '#EB6DF1'

red 235 ◦ green 109 ◦ blue 241

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

Shades of Violet #EB6DF1

Tints of Violet #EB6DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 40.17%
G = 18.63%
B = 41.2%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB6DF1 (or 0xEB6DF1) is known color: Violet. HEX triplet: EB, 6D and F1. RGB value is (235,109,241). Sum of RGB (Red+Green+Blue) = 235+109+241=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6DF1 is #14920E. Grayscale: #A1A1A1. Windows color (decimal): -1348111 or 15822315. OLE color: 15822315.

HSL color Cylindrical-coordinate representation of color #EB6DF1: hue angle of 297.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6DF1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 109 241 -
CMYK 0.02 0.55 0 0.05
HSL 297.27º 0.83% 0.69% -
HSV(B) 297.27º 0.55% 0.95% -
XYZ 55.61 34.95 87.03 -
YUV 161.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 235 109 241 0.02 0.55 0 0.05 297.27 0.83 0.69
Hex EB 6D F1 2 37 0 5 129 52 45
Octal 353 155 361 2 67 0 5 451 122 105
Binary 11101011 1101101 11110001 10 110111 0 101 100101001 1010010 1000101

Color Harmonies of #EB6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DF1

Black with #EB6DF1

Text Example


Text Example

White with #EB6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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