Html Css Color HEX #E052FF Heliotrope

📋 copy color: '#E052FF'

red 224 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #E052FF

Tints of Heliotrope #E052FF

RGB

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

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

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

R = 39.93%
G = 14.62%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E052FF (or 0xE052FF) is known color: Heliotrope. HEX triplet: E0, 52 and FF. RGB value is (224,82,255). Sum of RGB (Red+Green+Blue) = 224+82+255=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E052FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052FF is #1FAD00. Grayscale: #8F8F8F. Windows color (decimal): -2075905 or 16732896. OLE color: 16732896.

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

Color convert

RGB 224 82 255 -
CMYK 0.12 0.68 0 0
HSL 289.25º 1% 0.66% -
HSV(B) 289.25º 0.68% 1% -
XYZ 51.81 29.1 97.49 -
YUV 144.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 224 82 255 0.12 0.68 0 0 289.25 1 0.66
Hex E0 52 FF C 44 0 0 121 64 42
Octal 340 122 377 14 104 0 0 441 144 102
Binary 11100000 1010010 11111111 1100 1000100 0 0 100100001 1100100 1000010

Color Harmonies of #E052FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052FF

Black with #E052FF

Text Example


Text Example

White with #E052FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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