Html Css Color HEX #E35DF2 Heliotrope

📋 copy color: '#E35DF2'

red 227 ◦ green 93 ◦ blue 242

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

Shades of Heliotrope #E35DF2

Tints of Heliotrope #E35DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.55%

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 40.39%
G = 16.55%
B = 43.06%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E35DF2 (or 0xE35DF2) is known color: Heliotrope. HEX triplet: E3, 5D and F2. RGB value is (227,93,242). Sum of RGB (Red+Green+Blue) = 227+93+242=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #E35DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35DF2 is #1CA20D. Grayscale: #959595. Windows color (decimal): -1876494 or 15883747. OLE color: 15883747.

HSL color Cylindrical-coordinate representation of color #E35DF2: hue angle of 293.96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35DF2 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 93 242 -
CMYK 0.06 0.62 0 0.05
HSL 293.96º 0.85% 0.66% -
HSV(B) 293.96º 0.62% 0.95% -
XYZ 51.62 30.57 87.18 -
YUV 150.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 227 93 242 0.06 0.62 0 0.05 293.96 0.85 0.66
Hex E3 5D F2 6 3E 0 5 126 55 42
Octal 343 135 362 6 76 0 5 446 125 102
Binary 11100011 1011101 11110010 110 111110 0 101 100100110 1010101 1000010

Color Harmonies of #E35DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DF2

Black with #E35DF2

Text Example


Text Example

White with #E35DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DF2; }

 p { color: rgb(227,93,242); }

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

background-color css

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

 a { background-color: rgb(227,93,242); }

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

border-color css

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

 span { border-color: rgb(227,93,242); }

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