Html Css Color HEX #E052FD Heliotrope

📋 copy color: '#E052FD'

red 224 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #E052FD

Tints of Heliotrope #E052FD

RGB

 RED value IS 224 (87.89% from 255) = 40.07%

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

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

R = 40.07%
G = 14.67%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E052FD (or 0xE052FD) is known color: Heliotrope. HEX triplet: E0, 52 and FD. RGB value is (224,82,253). Sum of RGB (Red+Green+Blue) = 224+82+253=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 82 (32.42% from 255 or 14.67% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #E052FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052FD is #1FAD02. Grayscale: #8F8F8F. Windows color (decimal): -2075907 or 16601824. OLE color: 16601824.

HSL color Cylindrical-coordinate representation of color #E052FD: hue angle of 289.82º 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 #E052FD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 82 253 -
CMYK 0.11 0.68 0 0.01
HSL 289.82º 0.98% 0.66% -
HSV(B) 289.82º 0.68% 0.99% -
XYZ 51.49 28.97 95.81 -
YUV 143.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 224 82 253 0.11 0.68 0 0.01 289.82 0.98 0.66
Hex E0 52 FD B 44 0 1 122 62 42
Octal 340 122 375 13 104 0 1 442 142 102
Binary 11100000 1010010 11111101 1011 1000100 0 1 100100010 1100010 1000010

Color Harmonies of #E052FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052FD

Black with #E052FD

Text Example


Text Example

White with #E052FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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