Html Css Color HEX #E560FD Heliotrope

📋 copy color: '#E560FD'

red 229 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #E560FD

Tints of Heliotrope #E560FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 39.62%
G = 16.61%
B = 43.77%

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

#E560FD (or 0xE560FD) is known color: Heliotrope. HEX triplet: E5, 60 and FD. RGB value is (229,96,253). Sum of RGB (Red+Green+Blue) = 229+96+253=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E560FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E560FD is #1A9F02. Grayscale: #999999. Windows color (decimal): -1744643 or 16605413. OLE color: 16605413.

HSL color Cylindrical-coordinate representation of color #E560FD: hue angle of 290.83º degrees, saturation: 0.98, 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 #E560FD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 96 253 -
CMYK 0.09 0.62 0 0.01
HSL 290.83º 0.98% 0.68% -
HSV(B) 290.83º 0.62% 0.99% -
XYZ 54.23 32.12 96.27 -
YUV 153.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 229 96 253 0.09 0.62 0 0.01 290.83 0.98 0.68
Hex E5 60 FD 9 3E 0 1 123 62 44
Octal 345 140 375 11 76 0 1 443 142 104
Binary 11100101 1100000 11111101 1001 111110 0 1 100100011 1100010 1000100

Color Harmonies of #E560FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E560FD

Black with #E560FD

Text Example


Text Example

White with #E560FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E560FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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