Html Css Color HEX #E560FC Heliotrope

📋 copy color: '#E560FC'

red 229 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #E560FC

Tints of Heliotrope #E560FC

RGB

 RED value IS 229 (89.84% from 255) = 39.69%

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 39.69%
G = 16.64%
B = 43.67%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E560FC (or 0xE560FC) is known color: Heliotrope. HEX triplet: E5, 60 and FC. RGB value is (229,96,252). Sum of RGB (Red+Green+Blue) = 229+96+252=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #E560FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E560FC is #1A9F03. Grayscale: #999999. Windows color (decimal): -1744644 or 16539877. OLE color: 16539877.

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

Color convert

RGB 229 96 252 -
CMYK 0.09 0.62 0 0.01
HSL 291.15º 0.96% 0.68% -
HSV(B) 291.15º 0.62% 0.99% -
XYZ 54.07 32.05 95.43 -
YUV 153.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 229 96 252 0.09 0.62 0 0.01 291.15 0.96 0.68
Hex E5 60 FC 9 3E 0 1 123 60 44
Octal 345 140 374 11 76 0 1 443 140 104
Binary 11100101 1100000 11111100 1001 111110 0 1 100100011 1100000 1000100

Color Harmonies of #E560FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E560FC

Black with #E560FC

Text Example


Text Example

White with #E560FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E560FC; }

 p { color: rgb(229,96,252); }

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

background-color css

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

 a { background-color: rgb(229,96,252); }

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

border-color css

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

 span { border-color: rgb(229,96,252); }

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