Html Css Color HEX #E060FF Heliotrope

📋 copy color: '#E060FF'

red 224 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #E060FF

Tints of Heliotrope #E060FF

RGB

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

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

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

R = 38.96%
G = 16.7%
B = 44.35%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E060FF (or 0xE060FF) is known color: Heliotrope. HEX triplet: E0, 60 and FF. RGB value is (224,96,255). Sum of RGB (Red+Green+Blue) = 224+96+255=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E060FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060FF is #1F9F00. Grayscale: #979797. Windows color (decimal): -2072321 or 16736480. OLE color: 16736480.

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

Color convert

RGB 224 96 255 -
CMYK 0.12 0.62 0 0
HSL 288.3º 1% 0.69% -
HSV(B) 288.3º 0.62% 1% -
XYZ 52.97 31.43 97.88 -
YUV 152.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 224 96 255 0.12 0.62 0 0 288.3 1 0.69
Hex E0 60 FF C 3E 0 0 120 64 45
Octal 340 140 377 14 76 0 0 440 144 105
Binary 11100000 1100000 11111111 1100 111110 0 0 100100000 1100100 1000101

Color Harmonies of #E060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060FF

Black with #E060FF

Text Example


Text Example

White with #E060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060FF; }

 p { color: rgb(224,96,255); }

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

background-color css

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

 a { background-color: rgb(224,96,255); }

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

border-color css

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

 span { border-color: rgb(224,96,255); }

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