Html Css Color HEX #EA77EA Violet

📋 copy color: '#EA77EA'

red 234 ◦ green 119 ◦ blue 234

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

Shades of Violet #EA77EA

Tints of Violet #EA77EA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.27%

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

R = 39.86%
G = 20.27%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA77EA (or 0xEA77EA) is known color: Violet. HEX triplet: EA, 77 and EA. RGB value is (234,119,234). Sum of RGB (Red+Green+Blue) = 234+119+234=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77EA is #158815. Grayscale: #A6A6A6. Windows color (decimal): -1411094 or 15366122. OLE color: 15366122.

HSL color Cylindrical-coordinate representation of color #EA77EA: 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.49%. Process color model (Four color, CMYK) of #EA77EA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 234 -
CMYK 0 0.49 0 0.08
HSL 300º 0.73% 0.69% -
HSV(B) 300º 0.49% 0.92% -
XYZ 55.38 36.63 81.99 -
YUV 166.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 234 119 234 0 0.49 0 0.08 300 0.73 0.69
Hex EA 77 EA 0 31 0 8 12C 49 45
Octal 352 167 352 0 61 0 10 454 111 105
Binary 11101010 1110111 11101010 0 110001 0 1000 100101100 1001001 1000101

Color Harmonies of #EA77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77EA

Black with #EA77EA

Text Example


Text Example

White with #EA77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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