Html Css Color HEX #EA76EA Violet

📋 copy color: '#EA76EA'

red 234 ◦ green 118 ◦ blue 234

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

Shades of Violet #EA76EA

Tints of Violet #EA76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 39.93%
G = 20.14%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA76EA (or 0xEA76EA) is known color: Violet. HEX triplet: EA, 76 and EA. RGB value is (234,118,234). Sum of RGB (Red+Green+Blue) = 234+118+234=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA76EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76EA is #158915. Grayscale: #A5A5A5. Windows color (decimal): -1411350 or 15365866. OLE color: 15365866.

HSL color Cylindrical-coordinate representation of color #EA76EA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76EA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 234 -
CMYK 0 0.50 0 0.08
HSL 300º 0.73% 0.69% -
HSV(B) 300º 0.5% 0.92% -
XYZ 55.26 36.39 81.95 -
YUV 165.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 234 118 234 0 0.50 0 0.08 300 0.73 0.69
Hex EA 76 EA 0 32 0 8 12C 49 45
Octal 352 166 352 0 62 0 10 454 111 105
Binary 11101010 1110110 11101010 0 110010 0 1000 100101100 1001001 1000101

Color Harmonies of #EA76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76EA

Black with #EA76EA

Text Example


Text Example

White with #EA76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76EA; }

 p { color: rgb(234,118,234); }

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

background-color css

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

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

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

border-color css

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

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

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