Html Css Color HEX #E381FC Heliotrope

📋 copy color: '#E381FC'

red 227 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #E381FC

Tints of Heliotrope #E381FC

RGB

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

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

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

R = 37.34%
G = 21.22%
B = 41.45%

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

#E381FC (or 0xE381FC) is known color: Heliotrope. HEX triplet: E3, 81 and FC. RGB value is (227,129,252). Sum of RGB (Red+Green+Blue) = 227+129+252=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #E381FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381FC is #1C7E03. Grayscale: #ABABAB. Windows color (decimal): -1867268 or 16548323. OLE color: 16548323.

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

Color convert

RGB 227 129 252 -
CMYK 0.10 0.49 0 0.01
HSL 287.8º 0.95% 0.75% -
HSV(B) 287.8º 0.49% 0.99% -
XYZ 57.1 39.06 96.63 -
YUV 172.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 227 129 252 0.10 0.49 0 0.01 287.8 0.95 0.75
Hex E3 81 FC A 31 0 1 120 5F 4B
Octal 343 201 374 12 61 0 1 440 137 113
Binary 11100011 10000001 11111100 1010 110001 0 1 100100000 1011111 1001011

Color Harmonies of #E381FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381FC

Black with #E381FC

Text Example


Text Example

White with #E381FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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