Html Css Color HEX #E35FF0 Heliotrope

📋 copy color: '#E35FF0'

red 227 ◦ green 95 ◦ blue 240

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

Shades of Heliotrope #E35FF0

Tints of Heliotrope #E35FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.9%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 40.39%
G = 16.9%
B = 42.7%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E35FF0 (or 0xE35FF0) is known color: Heliotrope. HEX triplet: E3, 5F and F0. RGB value is (227,95,240). Sum of RGB (Red+Green+Blue) = 227+95+240=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #E35FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FF0 is #1CA00F. Grayscale: #969696. Windows color (decimal): -1875984 or 15753187. OLE color: 15753187.

HSL color Cylindrical-coordinate representation of color #E35FF0: hue angle of 294.62º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35FF0 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 95 240 -
CMYK 0.05 0.60 0 0.06
HSL 294.62º 0.83% 0.66% -
HSV(B) 294.62º 0.6% 0.94% -
XYZ 51.5 30.81 85.67 -
YUV 151 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 227 95 240 0.05 0.60 0 0.06 294.62 0.83 0.66
Hex E3 5F F0 5 3C 0 6 127 53 42
Octal 343 137 360 5 74 0 6 447 123 102
Binary 11100011 1011111 11110000 101 111100 0 110 100100111 1010011 1000010

Color Harmonies of #E35FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FF0

Black with #E35FF0

Text Example


Text Example

White with #E35FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FF0; }

 p { color: rgb(227,95,240); }

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

background-color css

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

 a { background-color: rgb(227,95,240); }

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

border-color css

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

 span { border-color: rgb(227,95,240); }

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