Html Css Color HEX #E066EF Heliotrope

📋 copy color: '#E066EF'

red 224 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #E066EF

Tints of Heliotrope #E066EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.05%

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

R = 39.65%
G = 18.05%
B = 42.3%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E066EF (or 0xE066EF) is known color: Heliotrope. HEX triplet: E0, 66 and EF. RGB value is (224,102,239). Sum of RGB (Red+Green+Blue) = 224+102+239=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #E066EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066EF is #1F9910. Grayscale: #999999. Windows color (decimal): -2070801 or 15689440. OLE color: 15689440.

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

Color convert

RGB 224 102 239 -
CMYK 0.06 0.57 0 0.06
HSL 293.43º 0.81% 0.67% -
HSV(B) 293.43º 0.57% 0.94% -
XYZ 51.07 31.58 85.07 -
YUV 154.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 224 102 239 0.06 0.57 0 0.06 293.43 0.81 0.67
Hex E0 66 EF 6 39 0 6 125 51 43
Octal 340 146 357 6 71 0 6 445 121 103
Binary 11100000 1100110 11101111 110 111001 0 110 100100101 1010001 1000011

Color Harmonies of #E066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066EF

Black with #E066EF

Text Example


Text Example

White with #E066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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