Html Css Color HEX #E355FF Heliotrope

📋 copy color: '#E355FF'

red 227 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #E355FF

Tints of Heliotrope #E355FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 40.04%
G = 14.99%
B = 44.97%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E355FF (or 0xE355FF) is known color: Heliotrope. HEX triplet: E3, 55 and FF. RGB value is (227,85,255). Sum of RGB (Red+Green+Blue) = 227+85+255=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #E355FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355FF is #1CAA00. Grayscale: #929292. Windows color (decimal): -1878529 or 16733667. OLE color: 16733667.

HSL color Cylindrical-coordinate representation of color #E355FF: hue angle of 290.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E355FF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 85 255 -
CMYK 0.11 0.67 0 0
HSL 290.12º 1% 0.67% -
HSV(B) 290.12º 0.67% 1% -
XYZ 52.98 30.05 97.62 -
YUV 146.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 227 85 255 0.11 0.67 0 0 290.12 1 0.67
Hex E3 55 FF B 43 0 0 122 64 43
Octal 343 125 377 13 103 0 0 442 144 103
Binary 11100011 1010101 11111111 1011 1000011 0 0 100100010 1100100 1000011

Color Harmonies of #E355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355FF

Black with #E355FF

Text Example


Text Example

White with #E355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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