Html Css Color HEX #E35DFC Heliotrope

📋 copy color: '#E35DFC'

red 227 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #E35DFC

Tints of Heliotrope #E35DFC

RGB

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

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

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

R = 39.69%
G = 16.26%
B = 44.06%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E35DFC (or 0xE35DFC) is known color: Heliotrope. HEX triplet: E3, 5D and FC. RGB value is (227,93,252). Sum of RGB (Red+Green+Blue) = 227+93+252=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E35DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35DFC is #1CA203. Grayscale: #969696. Windows color (decimal): -1876484 or 16539107. OLE color: 16539107.

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

Color convert

RGB 227 93 252 -
CMYK 0.10 0.63 0 0.01
HSL 290.57º 0.96% 0.68% -
HSV(B) 290.57º 0.63% 0.99% -
XYZ 53.16 31.19 95.31 -
YUV 151.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 227 93 252 0.10 0.63 0 0.01 290.57 0.96 0.68
Hex E3 5D FC A 3F 0 1 123 60 44
Octal 343 135 374 12 77 0 1 443 140 104
Binary 11100011 1011101 11111100 1010 111111 0 1 100100011 1100000 1000100

Color Harmonies of #E35DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DFC

Black with #E35DFC

Text Example


Text Example

White with #E35DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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