Html Css Color HEX #E35AFE Heliotrope

📋 copy color: '#E35AFE'

red 227 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #E35AFE

Tints of Heliotrope #E35AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.76%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 39.75%
G = 15.76%
B = 44.48%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E35AFE (or 0xE35AFE) is known color: Heliotrope. HEX triplet: E3, 5A and FE. RGB value is (227,90,254). Sum of RGB (Red+Green+Blue) = 227+90+254=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E35AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AFE is #1CA501. Grayscale: #959595. Windows color (decimal): -1877250 or 16669411. OLE color: 16669411.

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

Color convert

RGB 227 90 254 -
CMYK 0.11 0.65 0 0.00
HSL 290.12º 0.99% 0.67% -
HSV(B) 290.12º 0.65% 1% -
XYZ 53.22 30.8 96.91 -
YUV 149.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 227 90 254 0.11 0.65 0 0.00 290.12 0.99 0.67
Hex E3 5A FE B 41 0 0 122 63 43
Octal 343 132 376 13 101 0 0 442 143 103
Binary 11100011 1011010 11111110 1011 1000001 0 0 100100010 1100011 1000011

Color Harmonies of #E35AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AFE

Black with #E35AFE

Text Example


Text Example

White with #E35AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AFE; }

 p { color: rgb(227,90,254); }

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

background-color css

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

 a { background-color: rgb(227,90,254); }

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

border-color css

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

 span { border-color: rgb(227,90,254); }

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