Html Css Color HEX #E660FE Heliotrope

📋 copy color: '#E660FE'

red 230 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #E660FE

Tints of Heliotrope #E660FE

RGB

 RED value IS 230 (90.23% from 255) = 39.66%

 GREEN value IS 96 (37.89% from 255) = 16.55%

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

R = 39.66%
G = 16.55%
B = 43.79%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E660FE (or 0xE660FE) is known color: Heliotrope. HEX triplet: E6, 60 and FE. RGB value is (230,96,254). Sum of RGB (Red+Green+Blue) = 230+96+254=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 96 (37.89% from 255 or 16.55% 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 #E660FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660FE is #199F01. Grayscale: #999999. Windows color (decimal): -1679106 or 16670950. OLE color: 16670950.

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

Color convert

RGB 230 96 254 -
CMYK 0.09 0.62 0 0.00
HSL 290.89º 0.99% 0.69% -
HSV(B) 290.89º 0.62% 1% -
XYZ 54.71 32.34 97.13 -
YUV 154.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 230 96 254 0.09 0.62 0 0.00 290.89 0.99 0.69
Hex E6 60 FE 9 3E 0 0 123 63 45
Octal 346 140 376 11 76 0 0 443 143 105
Binary 11100110 1100000 11111110 1001 111110 0 0 100100011 1100011 1000101

Color Harmonies of #E660FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660FE

Black with #E660FE

Text Example


Text Example

White with #E660FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660FE; }

 p { color: rgb(230,96,254); }

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

background-color css

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

 a { background-color: rgb(230,96,254); }

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

border-color css

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

 span { border-color: rgb(230,96,254); }

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