Html Css Color HEX #E06BFE Heliotrope

📋 copy color: '#E06BFE'

red 224 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #E06BFE

Tints of Heliotrope #E06BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.29%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 38.29%
G = 18.29%
B = 43.42%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E06BFE (or 0xE06BFE) is known color: Heliotrope. HEX triplet: E0, 6B and FE. RGB value is (224,107,254). Sum of RGB (Red+Green+Blue) = 224+107+254=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BFE is #1F9401. Grayscale: #9E9E9E. Windows color (decimal): -2069506 or 16673760. OLE color: 16673760.

HSL color Cylindrical-coordinate representation of color #E06BFE: hue angle of 287.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06BFE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 107 254 -
CMYK 0.12 0.58 0 0.00
HSL 287.76º 0.99% 0.71% -
HSV(B) 287.76º 0.58% 1% -
XYZ 53.89 33.52 97.4 -
YUV 158.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 224 107 254 0.12 0.58 0 0.00 287.76 0.99 0.71
Hex E0 6B FE C 3A 0 0 120 63 47
Octal 340 153 376 14 72 0 0 440 143 107
Binary 11100000 1101011 11111110 1100 111010 0 0 100100000 1100011 1000111

Color Harmonies of #E06BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BFE

Black with #E06BFE

Text Example


Text Example

White with #E06BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BFE; }

 p { color: rgb(224,107,254); }

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

background-color css

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

 a { background-color: rgb(224,107,254); }

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

border-color css

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

 span { border-color: rgb(224,107,254); }

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