Html Css Color HEX #E355FC Heliotrope

📋 copy color: '#E355FC'

red 227 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #E355FC

Tints of Heliotrope #E355FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.07%

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

R = 40.25%
G = 15.07%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E355FC (or 0xE355FC) is known color: Heliotrope. HEX triplet: E3, 55 and FC. RGB value is (227,85,252). Sum of RGB (Red+Green+Blue) = 227+85+252=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #E355FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355FC is #1CAA03. Grayscale: #919191. Windows color (decimal): -1878532 or 16537059. OLE color: 16537059.

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

Color convert

RGB 227 85 252 -
CMYK 0.10 0.66 0 0.01
HSL 291.02º 0.97% 0.66% -
HSV(B) 291.02º 0.66% 0.99% -
XYZ 52.5 29.86 95.09 -
YUV 146.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 227 85 252 0.10 0.66 0 0.01 291.02 0.97 0.66
Hex E3 55 FC A 42 0 1 123 61 42
Octal 343 125 374 12 102 0 1 443 141 102
Binary 11100011 1010101 11111100 1010 1000010 0 1 100100011 1100001 1000010

Color Harmonies of #E355FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355FC

Black with #E355FC

Text Example


Text Example

White with #E355FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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