Html Css Color HEX #EB6EEA Violet

📋 copy color: '#EB6EEA'

red 235 ◦ green 110 ◦ blue 234

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

Shades of Violet #EB6EEA

Tints of Violet #EB6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 40.59%
G = 19%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB6EEA (or 0xEB6EEA) is known color: Violet. HEX triplet: EB, 6E and EA. RGB value is (235,110,234). Sum of RGB (Red+Green+Blue) = 235+110+234=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6EEA is #149115. Grayscale: #A1A1A1. Windows color (decimal): -1347862 or 15363819. OLE color: 15363819.

HSL color Cylindrical-coordinate representation of color #EB6EEA: hue angle of 300.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EEA is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 234 -
CMYK 0 0.53 0.00 0.08
HSL 300.48º 0.76% 0.68% -
HSV(B) 300.48º 0.53% 0.92% -
XYZ 54.69 34.75 81.67 -
YUV 161.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 235 110 234 0 0.53 0.00 0.08 300.48 0.76 0.68
Hex EB 6E EA 0 35 0 8 12C 4C 44
Octal 353 156 352 0 65 0 10 454 114 104
Binary 11101011 1101110 11101010 0 110101 0 1000 100101100 1001100 1000100

Color Harmonies of #EB6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EEA

Black with #EB6EEA

Text Example


Text Example

White with #EB6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EEA; }

 p { color: rgb(235,110,234); }

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

background-color css

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

 a { background-color: rgb(235,110,234); }

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

border-color css

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

 span { border-color: rgb(235,110,234); }

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