Html Css Color HEX #E482FB Heliotrope

📋 copy color: '#E482FB'

red 228 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #E482FB

Tints of Heliotrope #E482FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 37.44%
G = 21.35%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E482FB (or 0xE482FB) is known color: Heliotrope. HEX triplet: E4, 82 and FB. RGB value is (228,130,251). Sum of RGB (Red+Green+Blue) = 228+130+251=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #E482FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FB is #1B7D04. Grayscale: #ACACAC. Windows color (decimal): -1801477 or 16483044. OLE color: 16483044.

HSL color Cylindrical-coordinate representation of color #E482FB: hue angle of 288.6º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E482FB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 130 251 -
CMYK 0.09 0.48 0 0.02
HSL 288.6º 0.94% 0.75% -
HSV(B) 288.6º 0.48% 0.98% -
XYZ 57.39 39.42 95.85 -
YUV 173.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 228 130 251 0.09 0.48 0 0.02 288.6 0.94 0.75
Hex E4 82 FB 9 30 0 2 121 5E 4B
Octal 344 202 373 11 60 0 2 441 136 113
Binary 11100100 10000010 11111011 1001 110000 0 10 100100001 1011110 1001011

Color Harmonies of #E482FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482FB

Black with #E482FB

Text Example


Text Example

White with #E482FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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