Html Css Color HEX #E06CFD Heliotrope

📋 copy color: '#E06CFD'

red 224 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #E06CFD

Tints of Heliotrope #E06CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.46%

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

R = 38.29%
G = 18.46%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06CFD (or 0xE06CFD) is known color: Heliotrope. HEX triplet: E0, 6C and FD. RGB value is (224,108,253). Sum of RGB (Red+Green+Blue) = 224+108+253=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFD is #1F9302. Grayscale: #9E9E9E. Windows color (decimal): -2069251 or 16608480. OLE color: 16608480.

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

Color convert

RGB 224 108 253 -
CMYK 0.11 0.57 0 0.01
HSL 288º 0.97% 0.71% -
HSV(B) 288º 0.57% 0.99% -
XYZ 53.83 33.66 96.59 -
YUV 159.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 224 108 253 0.11 0.57 0 0.01 288 0.97 0.71
Hex E0 6C FD B 39 0 1 120 61 47
Octal 340 154 375 13 71 0 1 440 141 107
Binary 11100000 1101100 11111101 1011 111001 0 1 100100000 1100001 1000111

Color Harmonies of #E06CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CFD

Black with #E06CFD

Text Example


Text Example

White with #E06CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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