Html Css Color HEX #EB70EC Violet

📋 copy color: '#EB70EC'

red 235 ◦ green 112 ◦ blue 236

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

Shades of Violet #EB70EC

Tints of Violet #EB70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.21%

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

R = 40.31%
G = 19.21%
B = 40.48%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB70EC (or 0xEB70EC) is known color: Violet. HEX triplet: EB, 70 and EC. RGB value is (235,112,236). Sum of RGB (Red+Green+Blue) = 235+112+236=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB70EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70EC is #148F13. Grayscale: #A2A2A2. Windows color (decimal): -1347348 or 15495403. OLE color: 15495403.

HSL color Cylindrical-coordinate representation of color #EB70EC: hue angle of 299.52º degrees, saturation: 0.77, 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 #EB70EC is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 112 236 -
CMYK 0.00 0.53 0 0.07
HSL 299.52º 0.77% 0.68% -
HSV(B) 299.52º 0.53% 0.93% -
XYZ 55.2 35.31 83.26 -
YUV 162.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 235 112 236 0.00 0.53 0 0.07 299.52 0.77 0.68
Hex EB 70 EC 0 35 0 7 12C 4D 44
Octal 353 160 354 0 65 0 7 454 115 104
Binary 11101011 1110000 11101100 0 110101 0 111 100101100 1001101 1000100

Color Harmonies of #EB70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70EC

Black with #EB70EC

Text Example


Text Example

White with #EB70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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