Html Css Color HEX #E352FC Heliotrope

📋 copy color: '#E352FC'

red 227 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #E352FC

Tints of Heliotrope #E352FC

RGB

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

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

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

R = 40.46%
G = 14.62%
B = 44.92%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E352FC (or 0xE352FC) is known color: Heliotrope. HEX triplet: E3, 52 and FC. RGB value is (227,82,252). Sum of RGB (Red+Green+Blue) = 227+82+252=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #E352FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352FC is #1CAD03. Grayscale: #909090. Windows color (decimal): -1879300 or 16536291. OLE color: 16536291.

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

Color convert

RGB 227 82 252 -
CMYK 0.10 0.67 0 0.01
HSL 291.18º 0.97% 0.65% -
HSV(B) 291.18º 0.67% 0.99% -
XYZ 52.27 29.39 95.01 -
YUV 144.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 227 82 252 0.10 0.67 0 0.01 291.18 0.97 0.65
Hex E3 52 FC A 43 0 1 123 61 41
Octal 343 122 374 12 103 0 1 443 141 101
Binary 11100011 1010010 11111100 1010 1000011 0 1 100100011 1100001 1000001

Color Harmonies of #E352FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352FC

Black with #E352FC

Text Example


Text Example

White with #E352FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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