Html Css Color HEX #EA83F9 Violet

📋 copy color: '#EA83F9'

red 234 ◦ green 131 ◦ blue 249

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

Shades of Violet #EA83F9

Tints of Violet #EA83F9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.34%

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

R = 38.11%
G = 21.34%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA83F9 (or 0xEA83F9) is known color: Violet. HEX triplet: EA, 83 and F9. RGB value is (234,131,249). Sum of RGB (Red+Green+Blue) = 234+131+249=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA83F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83F9 is #157C06. Grayscale: #AEAEAE. Windows color (decimal): -1408007 or 16352234. OLE color: 16352234.

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

Color convert

RGB 234 131 249 -
CMYK 0.06 0.47 0 0.02
HSL 292.37º 0.91% 0.75% -
HSV(B) 292.37º 0.47% 0.98% -
XYZ 59.15 40.56 94.33 -
YUV 175.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 234 131 249 0.06 0.47 0 0.02 292.37 0.91 0.75
Hex EA 83 F9 6 2F 0 2 124 5B 4B
Octal 352 203 371 6 57 0 2 444 133 113
Binary 11101010 10000011 11111001 110 101111 0 10 100100100 1011011 1001011

Color Harmonies of #EA83F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83F9

Black with #EA83F9

Text Example


Text Example

White with #EA83F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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