Html Css Color HEX #E352FF Heliotrope

📋 copy color: '#E352FF'

red 227 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #E352FF

Tints of Heliotrope #E352FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.54%

 BLUE value IS 255 (100% from 255) = 45.21%

R = 40.25%
G = 14.54%
B = 45.21%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E352FF (or 0xE352FF) is known color: Heliotrope. HEX triplet: E3, 52 and FF. RGB value is (227,82,255). Sum of RGB (Red+Green+Blue) = 227+82+255=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E352FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352FF is #1CAD00. Grayscale: #909090. Windows color (decimal): -1879297 or 16732899. OLE color: 16732899.

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

Color convert

RGB 227 82 255 -
CMYK 0.11 0.68 0 0
HSL 290.29º 1% 0.66% -
HSV(B) 290.29º 0.68% 1% -
XYZ 52.75 29.59 97.54 -
YUV 145.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 227 82 255 0.11 0.68 0 0 290.29 1 0.66
Hex E3 52 FF B 44 0 0 122 64 42
Octal 343 122 377 13 104 0 0 442 144 102
Binary 11100011 1010010 11111111 1011 1000100 0 0 100100010 1100100 1000010

Color Harmonies of #E352FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352FF

Black with #E352FF

Text Example


Text Example

White with #E352FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352FF; }

 p { color: rgb(227,82,255); }

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

background-color css

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

 a { background-color: rgb(227,82,255); }

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

border-color css

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

 span { border-color: rgb(227,82,255); }

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