Html Css Color HEX #E069F0 Heliotrope

📋 copy color: '#E069F0'

red 224 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #E069F0

Tints of Heliotrope #E069F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 39.37%
G = 18.45%
B = 42.18%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E069F0 (or 0xE069F0) is known color: Heliotrope. HEX triplet: E0, 69 and F0. RGB value is (224,105,240). Sum of RGB (Red+Green+Blue) = 224+105+240=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E069F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F0 is #1F960F. Grayscale: #9B9B9B. Windows color (decimal): -2070032 or 15755744. OLE color: 15755744.

HSL color Cylindrical-coordinate representation of color #E069F0: hue angle of 292.89º degrees, saturation: 0.82, 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 #E069F0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 105 240 -
CMYK 0.07 0.56 0 0.06
HSL 292.89º 0.82% 0.68% -
HSV(B) 292.89º 0.56% 0.94% -
XYZ 51.52 32.24 85.95 -
YUV 155.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 224 105 240 0.07 0.56 0 0.06 292.89 0.82 0.68
Hex E0 69 F0 7 38 0 6 125 52 44
Octal 340 151 360 7 70 0 6 445 122 104
Binary 11100000 1101001 11110000 111 111000 0 110 100100101 1010010 1000100

Color Harmonies of #E069F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069F0

Black with #E069F0

Text Example


Text Example

White with #E069F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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