Html Css Color HEX #E482FC Heliotrope

📋 copy color: '#E482FC'

red 228 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #E482FC

Tints of Heliotrope #E482FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 37.38%
G = 21.31%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E482FC (or 0xE482FC) is known color: Heliotrope. HEX triplet: E4, 82 and FC. RGB value is (228,130,252). Sum of RGB (Red+Green+Blue) = 228+130+252=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #E482FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FC is #1B7D03. Grayscale: #ACACAC. Windows color (decimal): -1801476 or 16548580. OLE color: 16548580.

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

Color convert

RGB 228 130 252 -
CMYK 0.10 0.48 0 0.01
HSL 288.2º 0.95% 0.75% -
HSV(B) 288.2º 0.48% 0.99% -
XYZ 57.55 39.49 96.68 -
YUV 173.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 228 130 252 0.10 0.48 0 0.01 288.2 0.95 0.75
Hex E4 82 FC A 30 0 1 120 5F 4B
Octal 344 202 374 12 60 0 1 440 137 113
Binary 11100100 10000010 11111100 1010 110000 0 1 100100000 1011111 1001011

Color Harmonies of #E482FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482FC

Black with #E482FC

Text Example


Text Example

White with #E482FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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