Html Css Color HEX #E06AFD Heliotrope

📋 copy color: '#E06AFD'

red 224 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #E06AFD

Tints of Heliotrope #E06AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.18%

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 38.42%
G = 18.18%
B = 43.4%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06AFD (or 0xE06AFD) is known color: Heliotrope. HEX triplet: E0, 6A and FD. RGB value is (224,106,253). Sum of RGB (Red+Green+Blue) = 224+106+253=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 106 (41.80% from 255 or 18.18% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AFD is #1F9502. Grayscale: #9D9D9D. Windows color (decimal): -2069763 or 16607968. OLE color: 16607968.

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

Color convert

RGB 224 106 253 -
CMYK 0.11 0.58 0 0.01
HSL 288.16º 0.97% 0.7% -
HSV(B) 288.16º 0.58% 0.99% -
XYZ 53.62 33.25 96.52 -
YUV 158.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 224 106 253 0.11 0.58 0 0.01 288.16 0.97 0.7
Hex E0 6A FD B 3A 0 1 120 61 46
Octal 340 152 375 13 72 0 1 440 141 106
Binary 11100000 1101010 11111101 1011 111010 0 1 100100000 1100001 1000110

Color Harmonies of #E06AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AFD

Black with #E06AFD

Text Example


Text Example

White with #E06AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AFD; }

 p { color: rgb(224,106,253); }

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

background-color css

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

 a { background-color: rgb(224,106,253); }

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

border-color css

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

 span { border-color: rgb(224,106,253); }

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