Html Css Color HEX #E069FD Heliotrope

📋 copy color: '#E069FD'

red 224 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #E069FD

Tints of Heliotrope #E069FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 38.49%
G = 18.04%
B = 43.47%

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

#E069FD (or 0xE069FD) is known color: Heliotrope. HEX triplet: E0, 69 and FD. RGB value is (224,105,253). Sum of RGB (Red+Green+Blue) = 224+105+253=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #E069FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069FD is #1F9602. Grayscale: #9C9C9C. Windows color (decimal): -2070019 or 16607712. OLE color: 16607712.

HSL color Cylindrical-coordinate representation of color #E069FD: hue angle of 288.24º degrees, saturation: 0.97, 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 #E069FD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 105 253 -
CMYK 0.11 0.58 0 0.01
HSL 288.24º 0.97% 0.7% -
HSV(B) 288.24º 0.58% 0.99% -
XYZ 53.52 33.04 96.49 -
YUV 157.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 224 105 253 0.11 0.58 0 0.01 288.24 0.97 0.7
Hex E0 69 FD B 3A 0 1 120 61 46
Octal 340 151 375 13 72 0 1 440 141 106
Binary 11100000 1101001 11111101 1011 111010 0 1 100100000 1100001 1000110

Color Harmonies of #E069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069FD

Black with #E069FD

Text Example


Text Example

White with #E069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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