Html Css Color HEX #E052F7 Heliotrope

📋 copy color: '#E052F7'

red 224 ◦ green 82 ◦ blue 247

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

Shades of Heliotrope #E052F7

Tints of Heliotrope #E052F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 40.51%
G = 14.83%
B = 44.67%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E052F7 (or 0xE052F7) is known color: Heliotrope. HEX triplet: E0, 52 and F7. RGB value is (224,82,247). Sum of RGB (Red+Green+Blue) = 224+82+247=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #E052F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052F7 is #1FAD08. Grayscale: #8E8E8E. Windows color (decimal): -2075913 or 16208608. OLE color: 16208608.

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

Color convert

RGB 224 82 247 -
CMYK 0.09 0.67 0 0.03
HSL 291.64º 0.91% 0.65% -
HSV(B) 291.64º 0.67% 0.97% -
XYZ 50.55 28.6 90.85 -
YUV 143.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 224 82 247 0.09 0.67 0 0.03 291.64 0.91 0.65
Hex E0 52 F7 9 43 0 3 124 5B 41
Octal 340 122 367 11 103 0 3 444 133 101
Binary 11100000 1010010 11110111 1001 1000011 0 11 100100100 1011011 1000001

Color Harmonies of #E052F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052F7

Black with #E052F7

Text Example


Text Example

White with #E052F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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