Html Css Color HEX #E482FD Heliotrope

📋 copy color: '#E482FD'

red 228 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #E482FD

Tints of Heliotrope #E482FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 37.32%
G = 21.28%
B = 41.41%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E482FD (or 0xE482FD) is known color: Heliotrope. HEX triplet: E4, 82 and FD. RGB value is (228,130,253). Sum of RGB (Red+Green+Blue) = 228+130+253=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #E482FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FD is #1B7D02. Grayscale: #ACACAC. Windows color (decimal): -1801475 or 16614116. OLE color: 16614116.

HSL color Cylindrical-coordinate representation of color #E482FD: hue angle of 287.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E482FD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 130 253 -
CMYK 0.10 0.49 0 0.01
HSL 287.8º 0.97% 0.75% -
HSV(B) 287.8º 0.49% 0.99% -
XYZ 57.71 39.55 97.52 -
YUV 173.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 228 130 253 0.10 0.49 0 0.01 287.8 0.97 0.75
Hex E4 82 FD A 31 0 1 120 61 4B
Octal 344 202 375 12 61 0 1 440 141 113
Binary 11100100 10000010 11111101 1010 110001 0 1 100100000 1100001 1001011

Color Harmonies of #E482FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482FD

Black with #E482FD

Text Example


Text Example

White with #E482FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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