Html Css Color HEX #E352FD Heliotrope

📋 copy color: '#E352FD'

red 227 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #E352FD

Tints of Heliotrope #E352FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 40.39%
G = 14.59%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E352FD (or 0xE352FD) is known color: Heliotrope. HEX triplet: E3, 52 and FD. RGB value is (227,82,253). Sum of RGB (Red+Green+Blue) = 227+82+253=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E352FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352FD is #1CAD02. Grayscale: #909090. Windows color (decimal): -1879299 or 16601827. OLE color: 16601827.

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

Color convert

RGB 227 82 253 -
CMYK 0.10 0.68 0 0.01
HSL 290.88º 0.98% 0.66% -
HSV(B) 290.88º 0.68% 0.99% -
XYZ 52.43 29.46 95.85 -
YUV 144.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 227 82 253 0.10 0.68 0 0.01 290.88 0.98 0.66
Hex E3 52 FD A 44 0 1 123 62 42
Octal 343 122 375 12 104 0 1 443 142 102
Binary 11100011 1010010 11111101 1010 1000100 0 1 100100011 1100010 1000010

Color Harmonies of #E352FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352FD

Black with #E352FD

Text Example


Text Example

White with #E352FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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