Html Css Color HEX #E069F5 Heliotrope

📋 copy color: '#E069F5'

red 224 ◦ green 105 ◦ blue 245

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

Shades of Heliotrope #E069F5

Tints of Heliotrope #E069F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.68%

R = 39.02%
G = 18.29%
B = 42.68%

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

#E069F5 (or 0xE069F5) is known color: Heliotrope. HEX triplet: E0, 69 and F5. RGB value is (224,105,245). Sum of RGB (Red+Green+Blue) = 224+105+245=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #E069F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F5 is #1F960A. Grayscale: #9C9C9C. Windows color (decimal): -2070027 or 16083424. OLE color: 16083424.

HSL color Cylindrical-coordinate representation of color #E069F5: hue angle of 291º degrees, saturation: 0.88, 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 #E069F5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 105 245 -
CMYK 0.09 0.57 0 0.04
HSL 291º 0.88% 0.69% -
HSV(B) 291º 0.57% 0.96% -
XYZ 52.27 32.54 89.91 -
YUV 156.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 224 105 245 0.09 0.57 0 0.04 291 0.88 0.69
Hex E0 69 F5 9 39 0 4 123 58 45
Octal 340 151 365 11 71 0 4 443 130 105
Binary 11100000 1101001 11110101 1001 111001 0 100 100100011 1011000 1000101

Color Harmonies of #E069F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069F5

Black with #E069F5

Text Example


Text Example

White with #E069F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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