Html Css Color HEX #E069FC Heliotrope

📋 copy color: '#E069FC'

red 224 ◦ green 105 ◦ blue 252

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

Shades of Heliotrope #E069FC

Tints of Heliotrope #E069FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 38.55%
G = 18.07%
B = 43.37%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E069FC (or 0xE069FC) is known color: Heliotrope. HEX triplet: E0, 69 and FC. RGB value is (224,105,252). Sum of RGB (Red+Green+Blue) = 224+105+252=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #E069FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069FC is #1F9603. Grayscale: #9C9C9C. Windows color (decimal): -2070020 or 16542176. OLE color: 16542176.

HSL color Cylindrical-coordinate representation of color #E069FC: hue angle of 288.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E069FC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 105 252 -
CMYK 0.11 0.58 0 0.01
HSL 288.57º 0.96% 0.7% -
HSV(B) 288.57º 0.58% 0.99% -
XYZ 53.36 32.98 95.65 -
YUV 157.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 224 105 252 0.11 0.58 0 0.01 288.57 0.96 0.7
Hex E0 69 FC B 3A 0 1 121 60 46
Octal 340 151 374 13 72 0 1 441 140 106
Binary 11100000 1101001 11111100 1011 111010 0 1 100100001 1100000 1000110

Color Harmonies of #E069FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069FC

Black with #E069FC

Text Example


Text Example

White with #E069FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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