Html Css Color HEX #E068EC Heliotrope

📋 copy color: '#E068EC'

red 224 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #E068EC

Tints of Heliotrope #E068EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 39.72%
G = 18.44%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E068EC (or 0xE068EC) is known color: Heliotrope. HEX triplet: E0, 68 and EC. RGB value is (224,104,236). Sum of RGB (Red+Green+Blue) = 224+104+236=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #E068EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068EC is #1F9713. Grayscale: #9A9A9A. Windows color (decimal): -2070292 or 15493344. OLE color: 15493344.

HSL color Cylindrical-coordinate representation of color #E068EC: hue angle of 294.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E068EC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 104 236 -
CMYK 0.05 0.56 0 0.07
HSL 294.55º 0.78% 0.67% -
HSV(B) 294.55º 0.56% 0.93% -
XYZ 50.83 31.8 82.82 -
YUV 154.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 224 104 236 0.05 0.56 0 0.07 294.55 0.78 0.67
Hex E0 68 EC 5 38 0 7 127 4E 43
Octal 340 150 354 5 70 0 7 447 116 103
Binary 11100000 1101000 11101100 101 111000 0 111 100100111 1001110 1000011

Color Harmonies of #E068EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068EC

Black with #E068EC

Text Example


Text Example

White with #E068EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068EC; }

 p { color: rgb(224,104,236); }

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

background-color css

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

 a { background-color: rgb(224,104,236); }

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

border-color css

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

 span { border-color: rgb(224,104,236); }

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