Html Css Color HEX #E354FA Heliotrope

📋 copy color: '#E354FA'

red 227 ◦ green 84 ◦ blue 250

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

Shades of Heliotrope #E354FA

Tints of Heliotrope #E354FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.97%

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

R = 40.46%
G = 14.97%
B = 44.56%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E354FA (or 0xE354FA) is known color: Heliotrope. HEX triplet: E3, 54 and FA. RGB value is (227,84,250). Sum of RGB (Red+Green+Blue) = 227+84+250=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #E354FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E354FA is #1CAB05. Grayscale: #919191. Windows color (decimal): -1878790 or 16405731. OLE color: 16405731.

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

Color convert

RGB 227 84 250 -
CMYK 0.09 0.66 0 0.02
HSL 291.69º 0.94% 0.65% -
HSV(B) 291.69º 0.66% 0.98% -
XYZ 52.1 29.57 93.4 -
YUV 145.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 227 84 250 0.09 0.66 0 0.02 291.69 0.94 0.65
Hex E3 54 FA 9 42 0 2 124 5E 41
Octal 343 124 372 11 102 0 2 444 136 101
Binary 11100011 1010100 11111010 1001 1000010 0 10 100100100 1011110 1000001

Color Harmonies of #E354FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354FA

Black with #E354FA

Text Example


Text Example

White with #E354FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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