Html Css Color HEX #E069F7 Heliotrope

📋 copy color: '#E069F7'

red 224 ◦ green 105 ◦ blue 247

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

Shades of Heliotrope #E069F7

Tints of Heliotrope #E069F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 38.89%
G = 18.23%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E069F7 (or 0xE069F7) is known color: Heliotrope. HEX triplet: E0, 69 and F7. RGB value is (224,105,247). Sum of RGB (Red+Green+Blue) = 224+105+247=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #E069F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F7 is #1F9608. Grayscale: #9C9C9C. Windows color (decimal): -2070025 or 16214496. OLE color: 16214496.

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

Color convert

RGB 224 105 247 -
CMYK 0.09 0.57 0 0.03
HSL 290.28º 0.9% 0.69% -
HSV(B) 290.28º 0.57% 0.97% -
XYZ 52.58 32.67 91.53 -
YUV 156.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 224 105 247 0.09 0.57 0 0.03 290.28 0.9 0.69
Hex E0 69 F7 9 39 0 3 122 5A 45
Octal 340 151 367 11 71 0 3 442 132 105
Binary 11100000 1101001 11110111 1001 111001 0 11 100100010 1011010 1000101

Color Harmonies of #E069F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069F7

Black with #E069F7

Text Example


Text Example

White with #E069F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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