Html Css Color HEX #E06FFD Heliotrope

📋 copy color: '#E06FFD'

red 224 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #E06FFD

Tints of Heliotrope #E06FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.88%

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

R = 38.1%
G = 18.88%
B = 43.03%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06FFD (or 0xE06FFD) is known color: Heliotrope. HEX triplet: E0, 6F and FD. RGB value is (224,111,253). Sum of RGB (Red+Green+Blue) = 224+111+253=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FFD is #1F9002. Grayscale: #A0A0A0. Windows color (decimal): -2068483 or 16609248. OLE color: 16609248.

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

Color convert

RGB 224 111 253 -
CMYK 0.11 0.56 0 0.01
HSL 287.75º 0.97% 0.71% -
HSV(B) 287.75º 0.56% 0.99% -
XYZ 54.15 34.31 96.7 -
YUV 160.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 224 111 253 0.11 0.56 0 0.01 287.75 0.97 0.71
Hex E0 6F FD B 38 0 1 120 61 47
Octal 340 157 375 13 70 0 1 440 141 107
Binary 11100000 1101111 11111101 1011 111000 0 1 100100000 1100001 1000111

Color Harmonies of #E06FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FFD

Black with #E06FFD

Text Example


Text Example

White with #E06FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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