Html Css Color HEX #EA80F9 Violet

📋 copy color: '#EA80F9'

red 234 ◦ green 128 ◦ blue 249

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

Shades of Violet #EA80F9

Tints of Violet #EA80F9

RGB

 RED value IS 234 (91.8% from 255) = 38.3%

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

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 38.3%
G = 20.95%
B = 40.75%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA80F9 (or 0xEA80F9) is known color: Violet. HEX triplet: EA, 80 and F9. RGB value is (234,128,249). Sum of RGB (Red+Green+Blue) = 234+128+249=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80F9 is #157F06. Grayscale: #ADADAD. Windows color (decimal): -1408775 or 16351466. OLE color: 16351466.

HSL color Cylindrical-coordinate representation of color #EA80F9: hue angle of 292.56º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA80F9 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 128 249 -
CMYK 0.06 0.49 0 0.02
HSL 292.56º 0.91% 0.74% -
HSV(B) 292.56º 0.49% 0.98% -
XYZ 58.75 39.77 94.2 -
YUV 173.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 234 128 249 0.06 0.49 0 0.02 292.56 0.91 0.74
Hex EA 80 F9 6 31 0 2 125 5B 4A
Octal 352 200 371 6 61 0 2 445 133 112
Binary 11101010 10000000 11111001 110 110001 0 10 100100101 1011011 1001010

Color Harmonies of #EA80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80F9

Black with #EA80F9

Text Example


Text Example

White with #EA80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80F9; }

 p { color: rgb(234,128,249); }

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

background-color css

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

 a { background-color: rgb(234,128,249); }

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

border-color css

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

 span { border-color: rgb(234,128,249); }

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