Html Css Color HEX #EB80F0 Violet

📋 copy color: '#EB80F0'

red 235 ◦ green 128 ◦ blue 240

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

Shades of Violet #EB80F0

Tints of Violet #EB80F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.23%

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

R = 38.97%
G = 21.23%
B = 39.8%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB80F0 (or 0xEB80F0) is known color: Violet. HEX triplet: EB, 80 and F0. RGB value is (235,128,240). Sum of RGB (Red+Green+Blue) = 235+128+240=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80F0 is #147F0F. Grayscale: #ACACAC. Windows color (decimal): -1343248 or 15761643. OLE color: 15761643.

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

Color convert

RGB 235 128 240 -
CMYK 0.02 0.47 0 0.06
HSL 297.32º 0.79% 0.72% -
HSV(B) 297.32º 0.47% 0.94% -
XYZ 57.71 39.39 87 -
YUV 172.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 235 128 240 0.02 0.47 0 0.06 297.32 0.79 0.72
Hex EB 80 F0 2 2F 0 6 129 4F 48
Octal 353 200 360 2 57 0 6 451 117 110
Binary 11101011 10000000 11110000 10 101111 0 110 100101001 1001111 1001000

Color Harmonies of #EB80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80F0

Black with #EB80F0

Text Example


Text Example

White with #EB80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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