Html Css Color HEX #E482ED Violet

📋 copy color: '#E482ED'

red 228 ◦ green 130 ◦ blue 237

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

Shades of Violet #E482ED

Tints of Violet #E482ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.85%

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 38.32%
G = 21.85%
B = 39.83%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E482ED (or 0xE482ED) is known color: Violet. HEX triplet: E4, 82 and ED. RGB value is (228,130,237). Sum of RGB (Red+Green+Blue) = 228+130+237=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #E482ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482ED is #1B7D12. Grayscale: #ABABAB. Windows color (decimal): -1801491 or 15565540. OLE color: 15565540.

HSL color Cylindrical-coordinate representation of color #E482ED: hue angle of 294.95º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E482ED is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 130 237 -
CMYK 0.04 0.45 0 0.07
HSL 294.95º 0.75% 0.72% -
HSV(B) 294.95º 0.45% 0.93% -
XYZ 55.26 38.57 84.65 -
YUV 171.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 228 130 237 0.04 0.45 0 0.07 294.95 0.75 0.72
Hex E4 82 ED 4 2D 0 7 127 4B 48
Octal 344 202 355 4 55 0 7 447 113 110
Binary 11100100 10000010 11101101 100 101101 0 111 100100111 1001011 1001000

Color Harmonies of #E482ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482ED

Black with #E482ED

Text Example


Text Example

White with #E482ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482ED; }

 p { color: rgb(228,130,237); }

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

background-color css

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

 a { background-color: rgb(228,130,237); }

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

border-color css

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

 span { border-color: rgb(228,130,237); }

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