Html Css Color HEX #E16BFD Heliotrope

📋 copy color: '#E16BFD'

red 225 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #E16BFD

Tints of Heliotrope #E16BFD

RGB

 RED value IS 225 (88.28% from 255) = 38.46%

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

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

R = 38.46%
G = 18.29%
B = 43.25%

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

#E16BFD (or 0xE16BFD) is known color: Heliotrope. HEX triplet: E1, 6B and FD. RGB value is (225,107,253). Sum of RGB (Red+Green+Blue) = 225+107+253=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 107 (42.19% from 255 or 18.29% 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 #E16BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BFD is #1E9402. Grayscale: #9E9E9E. Windows color (decimal): -2003971 or 16608225. OLE color: 16608225.

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

Color convert

RGB 225 107 253 -
CMYK 0.11 0.58 0 0.01
HSL 288.49º 0.97% 0.71% -
HSV(B) 288.49º 0.58% 0.99% -
XYZ 54.04 33.61 96.57 -
YUV 158.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 225 107 253 0.11 0.58 0 0.01 288.49 0.97 0.71
Hex E1 6B FD B 3A 0 1 120 61 47
Octal 341 153 375 13 72 0 1 440 141 107
Binary 11100001 1101011 11111101 1011 111010 0 1 100100000 1100001 1000111

Color Harmonies of #E16BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BFD

Black with #E16BFD

Text Example


Text Example

White with #E16BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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