Html Css Color HEX #E06FFE Heliotrope

📋 copy color: '#E06FFE'

red 224 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #E06FFE

Tints of Heliotrope #E06FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.85%

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

R = 38.03%
G = 18.85%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E06FFE (or 0xE06FFE) is known color: Heliotrope. HEX triplet: E0, 6F and FE. RGB value is (224,111,254). Sum of RGB (Red+Green+Blue) = 224+111+254=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FFE is #1F9001. Grayscale: #A0A0A0. Windows color (decimal): -2068482 or 16674784. OLE color: 16674784.

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

Color convert

RGB 224 111 254 -
CMYK 0.12 0.56 0 0.00
HSL 287.41º 0.99% 0.72% -
HSV(B) 287.41º 0.56% 1% -
XYZ 54.31 34.37 97.54 -
YUV 161.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 224 111 254 0.12 0.56 0 0.00 287.41 0.99 0.72
Hex E0 6F FE C 38 0 0 11F 63 48
Octal 340 157 376 14 70 0 0 437 143 110
Binary 11100000 1101111 11111110 1100 111000 0 0 100011111 1100011 1001000

Color Harmonies of #E06FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FFE

Black with #E06FFE

Text Example


Text Example

White with #E06FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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