Html Css Color HEX #E481EA Violet

📋 copy color: '#E481EA'

red 228 ◦ green 129 ◦ blue 234

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

Shades of Violet #E481EA

Tints of Violet #E481EA

RGB

 RED value IS 228 (89.45% from 255) = 38.58%

 GREEN value IS 129 (50.78% from 255) = 21.83%

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

R = 38.58%
G = 21.83%
B = 39.59%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E481EA (or 0xE481EA) is known color: Violet. HEX triplet: E4, 81 and EA. RGB value is (228,129,234). Sum of RGB (Red+Green+Blue) = 228+129+234=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #E481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481EA is #1B7E15. Grayscale: #AAAAAA. Windows color (decimal): -1801750 or 15368676. OLE color: 15368676.

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

Color convert

RGB 228 129 234 -
CMYK 0.03 0.45 0 0.08
HSL 296.57º 0.71% 0.71% -
HSV(B) 296.57º 0.45% 0.92% -
XYZ 54.7 38.14 82.32 -
YUV 170.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 228 129 234 0.03 0.45 0 0.08 296.57 0.71 0.71
Hex E4 81 EA 3 2D 0 8 129 47 47
Octal 344 201 352 3 55 0 10 451 107 107
Binary 11100100 10000001 11101010 11 101101 0 1000 100101001 1000111 1000111

Color Harmonies of #E481EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481EA

Black with #E481EA

Text Example


Text Example

White with #E481EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481EA; }

 p { color: rgb(228,129,234); }

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

background-color css

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

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

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

border-color css

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

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

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