Html Css Color HEX #E381FA Heliotrope

📋 copy color: '#E381FA'

red 227 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #E381FA

Tints of Heliotrope #E381FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 37.46%
G = 21.29%
B = 41.25%

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

#E381FA (or 0xE381FA) is known color: Heliotrope. HEX triplet: E3, 81 and FA. RGB value is (227,129,250). Sum of RGB (Red+Green+Blue) = 227+129+250=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #E381FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381FA is #1C7E05. Grayscale: #ABABAB. Windows color (decimal): -1867270 or 16417251. OLE color: 16417251.

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

Color convert

RGB 227 129 250 -
CMYK 0.09 0.48 0 0.02
HSL 288.6º 0.92% 0.74% -
HSV(B) 288.6º 0.48% 0.98% -
XYZ 56.78 38.93 94.96 -
YUV 172.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 227 129 250 0.09 0.48 0 0.02 288.6 0.92 0.74
Hex E3 81 FA 9 30 0 2 121 5C 4A
Octal 343 201 372 11 60 0 2 441 134 112
Binary 11100011 10000001 11111010 1001 110000 0 10 100100001 1011100 1001010

Color Harmonies of #E381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381FA

Black with #E381FA

Text Example


Text Example

White with #E381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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