Html Css Color HEX #E165FE Heliotrope

📋 copy color: '#E165FE'

red 225 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #E165FE

Tints of Heliotrope #E165FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.41%

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

R = 38.79%
G = 17.41%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E165FE (or 0xE165FE) is known color: Heliotrope. HEX triplet: E1, 65 and FE. RGB value is (225,101,254). Sum of RGB (Red+Green+Blue) = 225+101+254=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #E165FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165FE is #1E9A01. Grayscale: #9B9B9B. Windows color (decimal): -2005506 or 16672225. OLE color: 16672225.

HSL color Cylindrical-coordinate representation of color #E165FE: hue angle of 288.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E165FE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 101 254 -
CMYK 0.11 0.60 0 0.00
HSL 288.63º 0.99% 0.7% -
HSV(B) 288.63º 0.6% 1% -
XYZ 53.59 32.47 97.21 -
YUV 155.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 225 101 254 0.11 0.60 0 0.00 288.63 0.99 0.7
Hex E1 65 FE B 3C 0 0 121 63 46
Octal 341 145 376 13 74 0 0 441 143 106
Binary 11100001 1100101 11111110 1011 111100 0 0 100100001 1100011 1000110

Color Harmonies of #E165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165FE

Black with #E165FE

Text Example


Text Example

White with #E165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165FE; }

 p { color: rgb(225,101,254); }

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

background-color css

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

 a { background-color: rgb(225,101,254); }

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

border-color css

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

 span { border-color: rgb(225,101,254); }

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