Html Css Color HEX #E062FE Heliotrope

📋 copy color: '#E062FE'

red 224 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #E062FE

Tints of Heliotrope #E062FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.01%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 38.89%
G = 17.01%
B = 44.1%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E062FE (or 0xE062FE) is known color: Heliotrope. HEX triplet: E0, 62 and FE. RGB value is (224,98,254). Sum of RGB (Red+Green+Blue) = 224+98+254=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E062FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062FE is #1F9D01. Grayscale: #989898. Windows color (decimal): -2071810 or 16671456. OLE color: 16671456.

HSL color Cylindrical-coordinate representation of color #E062FE: hue angle of 288.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E062FE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 98 254 -
CMYK 0.12 0.61 0 0.00
HSL 288.46º 0.99% 0.69% -
HSV(B) 288.46º 0.61% 1% -
XYZ 53 31.74 97.1 -
YUV 153.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 224 98 254 0.12 0.61 0 0.00 288.46 0.99 0.69
Hex E0 62 FE C 3D 0 0 120 63 45
Octal 340 142 376 14 75 0 0 440 143 105
Binary 11100000 1100010 11111110 1100 111101 0 0 100100000 1100011 1000101

Color Harmonies of #E062FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062FE

Black with #E062FE

Text Example


Text Example

White with #E062FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062FE; }

 p { color: rgb(224,98,254); }

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

background-color css

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

 a { background-color: rgb(224,98,254); }

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

border-color css

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

 span { border-color: rgb(224,98,254); }

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