Html Css Color HEX #EA83E6 Violet

📋 copy color: '#EA83E6'

red 234 ◦ green 131 ◦ blue 230

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

Shades of Violet #EA83E6

Tints of Violet #EA83E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 39.33%
G = 22.02%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA83E6 (or 0xEA83E6) is known color: Violet. HEX triplet: EA, 83 and E6. RGB value is (234,131,230). Sum of RGB (Red+Green+Blue) = 234+131+230=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83E6 is #157C19. Grayscale: #ACACAC. Windows color (decimal): -1408026 or 15107050. OLE color: 15107050.

HSL color Cylindrical-coordinate representation of color #EA83E6: hue angle of 302.33º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83E6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 230 -
CMYK 0 0.44 0.02 0.08
HSL 302.33º 0.71% 0.72% -
HSV(B) 302.33º 0.44% 0.92% -
XYZ 56.33 39.44 79.51 -
YUV 173.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 234 131 230 0 0.44 0.02 0.08 302.33 0.71 0.72
Hex EA 83 E6 0 2C 2 8 12E 47 48
Octal 352 203 346 0 54 2 10 456 107 110
Binary 11101010 10000011 11100110 0 101100 10 1000 100101110 1000111 1001000

Color Harmonies of #EA83E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83E6

Black with #EA83E6

Text Example


Text Example

White with #EA83E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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