Html Css Color HEX #E350FC Heliotrope

📋 copy color: '#E350FC'

red 227 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #E350FC

Tints of Heliotrope #E350FC

RGB

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

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

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

R = 40.61%
G = 14.31%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E350FC (or 0xE350FC) is known color: Heliotrope. HEX triplet: E3, 50 and FC. RGB value is (227,80,252). Sum of RGB (Red+Green+Blue) = 227+80+252=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E350FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FC is #1CAF03. Grayscale: #8F8F8F. Windows color (decimal): -1879812 or 16535779. OLE color: 16535779.

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

Color convert

RGB 227 80 252 -
CMYK 0.10 0.68 0 0.01
HSL 291.28º 0.97% 0.65% -
HSV(B) 291.28º 0.68% 0.99% -
XYZ 52.12 29.1 94.96 -
YUV 143.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 227 80 252 0.10 0.68 0 0.01 291.28 0.97 0.65
Hex E3 50 FC A 44 0 1 123 61 41
Octal 343 120 374 12 104 0 1 443 141 101
Binary 11100011 1010000 11111100 1010 1000100 0 1 100100011 1100001 1000001

Color Harmonies of #E350FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350FC

Black with #E350FC

Text Example


Text Example

White with #E350FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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