Html Css Color HEX #E069F6 Heliotrope

📋 copy color: '#E069F6'

red 224 ◦ green 105 ◦ blue 246

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

Shades of Heliotrope #E069F6

Tints of Heliotrope #E069F6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.26%

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 38.96%
G = 18.26%
B = 42.78%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E069F6 (or 0xE069F6) is known color: Heliotrope. HEX triplet: E0, 69 and F6. RGB value is (224,105,246). Sum of RGB (Red+Green+Blue) = 224+105+246=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #E069F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F6 is #1F9609. Grayscale: #9C9C9C. Windows color (decimal): -2070026 or 16148960. OLE color: 16148960.

HSL color Cylindrical-coordinate representation of color #E069F6: hue angle of 290.64º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E069F6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 105 246 -
CMYK 0.09 0.57 0 0.04
HSL 290.64º 0.89% 0.69% -
HSV(B) 290.64º 0.57% 0.96% -
XYZ 52.43 32.6 90.72 -
YUV 156.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 224 105 246 0.09 0.57 0 0.04 290.64 0.89 0.69
Hex E0 69 F6 9 39 0 4 123 59 45
Octal 340 151 366 11 71 0 4 443 131 105
Binary 11100000 1101001 11110110 1001 111001 0 100 100100011 1011001 1000101

Color Harmonies of #E069F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069F6

Black with #E069F6

Text Example


Text Example

White with #E069F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069F6; }

 p { color: rgb(224,105,246); }

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

background-color css

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

 a { background-color: rgb(224,105,246); }

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

border-color css

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

 span { border-color: rgb(224,105,246); }

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