Html Css Color HEX #E481FD Heliotrope

📋 copy color: '#E481FD'

red 228 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #E481FD

Tints of Heliotrope #E481FD

RGB

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

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

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

R = 37.38%
G = 21.15%
B = 41.48%

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

#E481FD (or 0xE481FD) is known color: Heliotrope. HEX triplet: E4, 81 and FD. RGB value is (228,129,253). Sum of RGB (Red+Green+Blue) = 228+129+253=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #E481FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481FD is #1B7E02. Grayscale: #ACACAC. Windows color (decimal): -1801731 or 16613860. OLE color: 16613860.

HSL color Cylindrical-coordinate representation of color #E481FD: hue angle of 287.9º 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 #E481FD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 129 253 -
CMYK 0.10 0.49 0 0.01
HSL 287.9º 0.97% 0.75% -
HSV(B) 287.9º 0.49% 0.99% -
XYZ 57.57 39.29 97.48 -
YUV 172.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 228 129 253 0.10 0.49 0 0.01 287.9 0.97 0.75
Hex E4 81 FD A 31 0 1 120 61 4B
Octal 344 201 375 12 61 0 1 440 141 113
Binary 11100100 10000001 11111101 1010 110001 0 1 100100000 1100001 1001011

Color Harmonies of #E481FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481FD

Black with #E481FD

Text Example


Text Example

White with #E481FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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