Html Css Color HEX #E350FF Heliotrope

📋 copy color: '#E350FF'

red 227 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #E350FF

Tints of Heliotrope #E350FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.23%

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

R = 40.39%
G = 14.23%
B = 45.37%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E350FF (or 0xE350FF) is known color: Heliotrope. HEX triplet: E3, 50 and FF. RGB value is (227,80,255). Sum of RGB (Red+Green+Blue) = 227+80+255=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #E350FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FF is #1CAF00. Grayscale: #8F8F8F. Windows color (decimal): -1879809 or 16732387. OLE color: 16732387.

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

Color convert

RGB 227 80 255 -
CMYK 0.11 0.69 0 0
HSL 290.4º 1% 0.66% -
HSV(B) 290.4º 0.69% 1% -
XYZ 52.6 29.29 97.49 -
YUV 143.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 227 80 255 0.11 0.69 0 0 290.4 1 0.66
Hex E3 50 FF B 45 0 0 122 64 42
Octal 343 120 377 13 105 0 0 442 144 102
Binary 11100011 1010000 11111111 1011 1000101 0 0 100100010 1100100 1000010

Color Harmonies of #E350FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350FF

Black with #E350FF

Text Example


Text Example

White with #E350FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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