Html Css Color HEX #EB70ED Violet

📋 copy color: '#EB70ED'

red 235 ◦ green 112 ◦ blue 237

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

Shades of Violet #EB70ED

Tints of Violet #EB70ED

RGB

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

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

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

R = 40.24%
G = 19.18%
B = 40.58%

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

#EB70ED (or 0xEB70ED) is known color: Violet. HEX triplet: EB, 70 and ED. RGB value is (235,112,237). Sum of RGB (Red+Green+Blue) = 235+112+237=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70ED is #148F12. Grayscale: #A2A2A2. Windows color (decimal): -1347347 or 15560939. OLE color: 15560939.

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

Color convert

RGB 235 112 237 -
CMYK 0.01 0.53 0 0.07
HSL 299.04º 0.78% 0.68% -
HSV(B) 299.04º 0.53% 0.93% -
XYZ 55.34 35.36 84.03 -
YUV 163.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 235 112 237 0.01 0.53 0 0.07 299.04 0.78 0.68
Hex EB 70 ED 1 35 0 7 12B 4E 44
Octal 353 160 355 1 65 0 7 453 116 104
Binary 11101011 1110000 11101101 1 110101 0 111 100101011 1001110 1000100

Color Harmonies of #EB70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70ED

Black with #EB70ED

Text Example


Text Example

White with #EB70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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