Html Css Color HEX #E06AEF Heliotrope

📋 copy color: '#E06AEF'

red 224 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #E06AEF

Tints of Heliotrope #E06AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 39.37%
G = 18.63%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E06AEF (or 0xE06AEF) is known color: Heliotrope. HEX triplet: E0, 6A and EF. RGB value is (224,106,239). Sum of RGB (Red+Green+Blue) = 224+106+239=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #E06AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AEF is #1F9510. Grayscale: #9C9C9C. Windows color (decimal): -2069777 or 15690464. OLE color: 15690464.

HSL color Cylindrical-coordinate representation of color #E06AEF: hue angle of 293.23º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06AEF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 106 239 -
CMYK 0.06 0.56 0 0.06
HSL 293.23º 0.81% 0.68% -
HSV(B) 293.23º 0.56% 0.94% -
XYZ 51.47 32.39 85.2 -
YUV 156.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 224 106 239 0.06 0.56 0 0.06 293.23 0.81 0.68
Hex E0 6A EF 6 38 0 6 125 51 44
Octal 340 152 357 6 70 0 6 445 121 104
Binary 11100000 1101010 11101111 110 111000 0 110 100100101 1010001 1000100

Color Harmonies of #E06AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AEF

Black with #E06AEF

Text Example


Text Example

White with #E06AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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