Html Css Color HEX #EB85EC Violet

📋 copy color: '#EB85EC'

red 235 ◦ green 133 ◦ blue 236

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

Shades of Violet #EB85EC

Tints of Violet #EB85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.02%

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

R = 38.91%
G = 22.02%
B = 39.07%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB85EC (or 0xEB85EC) is known color: Violet. HEX triplet: EB, 85 and EC. RGB value is (235,133,236). Sum of RGB (Red+Green+Blue) = 235+133+236=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB85EC is #147A13. Grayscale: #AEAEAE. Windows color (decimal): -1341972 or 15500779. OLE color: 15500779.

HSL color Cylindrical-coordinate representation of color #EB85EC: hue angle of 299.42º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB85EC is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 133 236 -
CMYK 0.00 0.44 0 0.07
HSL 299.42º 0.73% 0.72% -
HSV(B) 299.42º 0.44% 0.93% -
XYZ 57.79 40.49 84.13 -
YUV 175.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 235 133 236 0.00 0.44 0 0.07 299.42 0.73 0.72
Hex EB 85 EC 0 2C 0 7 12B 49 48
Octal 353 205 354 0 54 0 7 453 111 110
Binary 11101011 10000101 11101100 0 101100 0 111 100101011 1001001 1001000

Color Harmonies of #EB85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85EC

Black with #EB85EC

Text Example


Text Example

White with #EB85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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