Html Css Color HEX #EB70EE Violet

📋 copy color: '#EB70EE'

red 235 ◦ green 112 ◦ blue 238

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

Shades of Violet #EB70EE

Tints of Violet #EB70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 40.17%
G = 19.15%
B = 40.68%

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

#EB70EE (or 0xEB70EE) is known color: Violet. HEX triplet: EB, 70 and EE. RGB value is (235,112,238). Sum of RGB (Red+Green+Blue) = 235+112+238=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70EE is #148F11. Grayscale: #A2A2A2. Windows color (decimal): -1347346 or 15626475. OLE color: 15626475.

HSL color Cylindrical-coordinate representation of color #EB70EE: hue angle of 298.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB70EE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 112 238 -
CMYK 0.01 0.53 0 0.07
HSL 298.57º 0.79% 0.69% -
HSV(B) 298.57º 0.53% 0.93% -
XYZ 55.49 35.42 84.8 -
YUV 163.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 235 112 238 0.01 0.53 0 0.07 298.57 0.79 0.69
Hex EB 70 EE 1 35 0 7 12B 4F 45
Octal 353 160 356 1 65 0 7 453 117 105
Binary 11101011 1110000 11101110 1 110101 0 111 100101011 1001111 1000101

Color Harmonies of #EB70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70EE

Black with #EB70EE

Text Example


Text Example

White with #EB70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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