Html Css Color HEX #E053FC Heliotrope

📋 copy color: '#E053FC'

red 224 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #E053FC

Tints of Heliotrope #E053FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.85%

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

R = 40.07%
G = 14.85%
B = 45.08%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E053FC (or 0xE053FC) is known color: Heliotrope. HEX triplet: E0, 53 and FC. RGB value is (224,83,252). Sum of RGB (Red+Green+Blue) = 224+83+252=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E053FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053FC is #1FAC03. Grayscale: #8F8F8F. Windows color (decimal): -2075652 or 16536544. OLE color: 16536544.

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

Color convert

RGB 224 83 252 -
CMYK 0.11 0.67 0 0.01
HSL 290.06º 0.97% 0.66% -
HSV(B) 290.06º 0.67% 0.99% -
XYZ 51.4 29.06 95 -
YUV 144.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 224 83 252 0.11 0.67 0 0.01 290.06 0.97 0.66
Hex E0 53 FC B 43 0 1 122 61 42
Octal 340 123 374 13 103 0 1 442 141 102
Binary 11100000 1010011 11111100 1011 1000011 0 1 100100010 1100001 1000010

Color Harmonies of #E053FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053FC

Black with #E053FC

Text Example


Text Example

White with #E053FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053FC; }

 p { color: rgb(224,83,252); }

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

background-color css

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

 a { background-color: rgb(224,83,252); }

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

border-color css

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

 span { border-color: rgb(224,83,252); }

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