Html Css Color HEX #E069F9 Heliotrope

📋 copy color: '#E069F9'

red 224 ◦ green 105 ◦ blue 249

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

Shades of Heliotrope #E069F9

Tints of Heliotrope #E069F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 38.75%
G = 18.17%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E069F9 (or 0xE069F9) is known color: Heliotrope. HEX triplet: E0, 69 and F9. RGB value is (224,105,249). Sum of RGB (Red+Green+Blue) = 224+105+249=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #E069F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069F9 is #1F9606. Grayscale: #9C9C9C. Windows color (decimal): -2070023 or 16345568. OLE color: 16345568.

HSL color Cylindrical-coordinate representation of color #E069F9: hue angle of 289.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E069F9 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 105 249 -
CMYK 0.10 0.58 0 0.02
HSL 289.58º 0.92% 0.69% -
HSV(B) 289.58º 0.58% 0.98% -
XYZ 52.89 32.79 93.16 -
YUV 157 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 224 105 249 0.10 0.58 0 0.02 289.58 0.92 0.69
Hex E0 69 F9 A 3A 0 2 122 5C 45
Octal 340 151 371 12 72 0 2 442 134 105
Binary 11100000 1101001 11111001 1010 111010 0 10 100100010 1011100 1000101

Color Harmonies of #E069F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069F9

Black with #E069F9

Text Example


Text Example

White with #E069F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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