Html Css Color HEX #E06BFD Heliotrope

📋 copy color: '#E06BFD'

red 224 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #E06BFD

Tints of Heliotrope #E06BFD

RGB

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

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

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

R = 38.36%
G = 18.32%
B = 43.32%

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

#E06BFD (or 0xE06BFD) is known color: Heliotrope. HEX triplet: E0, 6B and FD. RGB value is (224,107,253). Sum of RGB (Red+Green+Blue) = 224+107+253=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BFD is #1F9402. Grayscale: #9E9E9E. Windows color (decimal): -2069507 or 16608224. OLE color: 16608224.

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

Color convert

RGB 224 107 253 -
CMYK 0.11 0.58 0 0.01
HSL 288.08º 0.97% 0.71% -
HSV(B) 288.08º 0.58% 0.99% -
XYZ 53.73 33.45 96.55 -
YUV 158.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 224 107 253 0.11 0.58 0 0.01 288.08 0.97 0.71
Hex E0 6B FD B 3A 0 1 120 61 47
Octal 340 153 375 13 72 0 1 440 141 107
Binary 11100000 1101011 11111101 1011 111010 0 1 100100000 1100001 1000111

Color Harmonies of #E06BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BFD

Black with #E06BFD

Text Example


Text Example

White with #E06BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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