Html Css Color HEX #E164FF Heliotrope

📋 copy color: '#E164FF'

red 225 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #E164FF

Tints of Heliotrope #E164FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.24%

 BLUE value IS 255 (100% from 255) = 43.97%

R = 38.79%
G = 17.24%
B = 43.97%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E164FF (or 0xE164FF) is known color: Heliotrope. HEX triplet: E1, 64 and FF. RGB value is (225,100,255). Sum of RGB (Red+Green+Blue) = 225+100+255=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #E164FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164FF is #1E9B00. Grayscale: #9A9A9A. Windows color (decimal): -2005761 or 16737505. OLE color: 16737505.

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

Color convert

RGB 225 100 255 -
CMYK 0.12 0.61 0 0
HSL 288.39º 1% 0.7% -
HSV(B) 288.39º 0.61% 1% -
XYZ 53.66 32.34 98.02 -
YUV 155.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 225 100 255 0.12 0.61 0 0 288.39 1 0.7
Hex E1 64 FF C 3D 0 0 120 64 46
Octal 341 144 377 14 75 0 0 440 144 106
Binary 11100001 1100100 11111111 1100 111101 0 0 100100000 1100100 1000110

Color Harmonies of #E164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164FF

Black with #E164FF

Text Example


Text Example

White with #E164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164FF; }

 p { color: rgb(225,100,255); }

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

background-color css

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

 a { background-color: rgb(225,100,255); }

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

border-color css

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

 span { border-color: rgb(225,100,255); }

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