Html Css Color HEX #E361FD Heliotrope

📋 copy color: '#E361FD'

red 227 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #E361FD

Tints of Heliotrope #E361FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.81%

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

R = 39.34%
G = 16.81%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E361FD (or 0xE361FD) is known color: Heliotrope. HEX triplet: E3, 61 and FD. RGB value is (227,97,253). Sum of RGB (Red+Green+Blue) = 227+97+253=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E361FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E361FD is #1C9E02. Grayscale: #999999. Windows color (decimal): -1875459 or 16605667. OLE color: 16605667.

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

Color convert

RGB 227 97 253 -
CMYK 0.10 0.62 0 0.01
HSL 290º 0.98% 0.69% -
HSV(B) 290º 0.62% 0.99% -
XYZ 53.68 31.97 96.27 -
YUV 153.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 227 97 253 0.10 0.62 0 0.01 290 0.98 0.69
Hex E3 61 FD A 3E 0 1 122 62 45
Octal 343 141 375 12 76 0 1 442 142 105
Binary 11100011 1100001 11111101 1010 111110 0 1 100100010 1100010 1000101

Color Harmonies of #E361FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361FD

Black with #E361FD

Text Example


Text Example

White with #E361FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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