Html Css Color HEX #EB76F0 Violet

📋 copy color: '#EB76F0'

red 235 ◦ green 118 ◦ blue 240

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

Shades of Violet #EB76F0

Tints of Violet #EB76F0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.9%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 39.63%
G = 19.9%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB76F0 (or 0xEB76F0) is known color: Violet. HEX triplet: EB, 76 and F0. RGB value is (235,118,240). Sum of RGB (Red+Green+Blue) = 235+118+240=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB76F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76F0 is #14890F. Grayscale: #A6A6A6. Windows color (decimal): -1345808 or 15759083. OLE color: 15759083.

HSL color Cylindrical-coordinate representation of color #EB76F0: hue angle of 297.54º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB76F0 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 118 240 -
CMYK 0.02 0.51 0 0.06
HSL 297.54º 0.8% 0.7% -
HSV(B) 297.54º 0.51% 0.94% -
XYZ 56.47 36.91 86.59 -
YUV 166.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 235 118 240 0.02 0.51 0 0.06 297.54 0.8 0.7
Hex EB 76 F0 2 33 0 6 12A 50 46
Octal 353 166 360 2 63 0 6 452 120 106
Binary 11101011 1110110 11110000 10 110011 0 110 100101010 1010000 1000110

Color Harmonies of #EB76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76F0

Black with #EB76F0

Text Example


Text Example

White with #EB76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76F0; }

 p { color: rgb(235,118,240); }

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

background-color css

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

 a { background-color: rgb(235,118,240); }

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

border-color css

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

 span { border-color: rgb(235,118,240); }

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