Html Css Color HEX #E35AFC Heliotrope

📋 copy color: '#E35AFC'

red 227 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #E35AFC

Tints of Heliotrope #E35AFC

RGB

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

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

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

R = 39.89%
G = 15.82%
B = 44.29%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E35AFC (or 0xE35AFC) is known color: Heliotrope. HEX triplet: E3, 5A and FC. RGB value is (227,90,252). Sum of RGB (Red+Green+Blue) = 227+90+252=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #E35AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AFC is #1CA503. Grayscale: #949494. Windows color (decimal): -1877252 or 16538339. OLE color: 16538339.

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

Color convert

RGB 227 90 252 -
CMYK 0.10 0.64 0 0.01
HSL 290.74º 0.96% 0.67% -
HSV(B) 290.74º 0.64% 0.99% -
XYZ 52.91 30.67 95.23 -
YUV 149.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 227 90 252 0.10 0.64 0 0.01 290.74 0.96 0.67
Hex E3 5A FC A 40 0 1 123 60 43
Octal 343 132 374 12 100 0 1 443 140 103
Binary 11100011 1011010 11111100 1010 1000000 0 1 100100011 1100000 1000011

Color Harmonies of #E35AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AFC

Black with #E35AFC

Text Example


Text Example

White with #E35AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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