Html Css Color HEX #E381FD Heliotrope

📋 copy color: '#E381FD'

red 227 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #E381FD

Tints of Heliotrope #E381FD

RGB

 RED value IS 227 (89.06% from 255) = 37.27%

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

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

R = 37.27%
G = 21.18%
B = 41.54%

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

#E381FD (or 0xE381FD) is known color: Heliotrope. HEX triplet: E3, 81 and FD. RGB value is (227,129,253). Sum of RGB (Red+Green+Blue) = 227+129+253=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #E381FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381FD is #1C7E02. Grayscale: #ACACAC. Windows color (decimal): -1867267 or 16613859. OLE color: 16613859.

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

Color convert

RGB 227 129 253 -
CMYK 0.10 0.49 0 0.01
HSL 287.42º 0.97% 0.75% -
HSV(B) 287.42º 0.49% 0.99% -
XYZ 57.26 39.12 97.46 -
YUV 172.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 227 129 253 0.10 0.49 0 0.01 287.42 0.97 0.75
Hex E3 81 FD A 31 0 1 11F 61 4B
Octal 343 201 375 12 61 0 1 437 141 113
Binary 11100011 10000001 11111101 1010 110001 0 1 100011111 1100001 1001011

Color Harmonies of #E381FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381FD

Black with #E381FD

Text Example


Text Example

White with #E381FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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