Html Css Color HEX #E371FC Heliotrope

📋 copy color: '#E371FC'

red 227 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #E371FC

Tints of Heliotrope #E371FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.09%

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

R = 38.34%
G = 19.09%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E371FC (or 0xE371FC) is known color: Heliotrope. HEX triplet: E3, 71 and FC. RGB value is (227,113,252). Sum of RGB (Red+Green+Blue) = 227+113+252=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 113 (44.53% from 255 or 19.09% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E371FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371FC is #1C8E03. Grayscale: #A2A2A2. Windows color (decimal): -1871364 or 16544227. OLE color: 16544227.

HSL color Cylindrical-coordinate representation of color #E371FC: hue angle of 289.21º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E371FC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 113 252 -
CMYK 0.10 0.55 0 0.01
HSL 289.21º 0.96% 0.72% -
HSV(B) 289.21º 0.55% 0.99% -
XYZ 55.15 35.17 95.98 -
YUV 162.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 227 113 252 0.10 0.55 0 0.01 289.21 0.96 0.72
Hex E3 71 FC A 37 0 1 121 60 48
Octal 343 161 374 12 67 0 1 441 140 110
Binary 11100011 1110001 11111100 1010 110111 0 1 100100001 1100000 1001000

Color Harmonies of #E371FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371FC

Black with #E371FC

Text Example


Text Example

White with #E371FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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