Html Css Color HEX #E575FA Heliotrope

📋 copy color: '#E575FA'

red 229 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #E575FA

Tints of Heliotrope #E575FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.63%

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 38.42%
G = 19.63%
B = 41.95%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E575FA (or 0xE575FA) is known color: Heliotrope. HEX triplet: E5, 75 and FA. RGB value is (229,117,250). Sum of RGB (Red+Green+Blue) = 229+117+250=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #E575FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575FA is #1A8A05. Grayscale: #A5A5A5. Windows color (decimal): -1739270 or 16414181. OLE color: 16414181.

HSL color Cylindrical-coordinate representation of color #E575FA: hue angle of 290.53º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E575FA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 117 250 -
CMYK 0.08 0.53 0 0.02
HSL 290.53º 0.93% 0.72% -
HSV(B) 290.53º 0.53% 0.98% -
XYZ 55.93 36.28 94.5 -
YUV 165.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 229 117 250 0.08 0.53 0 0.02 290.53 0.93 0.72
Hex E5 75 FA 8 35 0 2 123 5D 48
Octal 345 165 372 10 65 0 2 443 135 110
Binary 11100101 1110101 11111010 1000 110101 0 10 100100011 1011101 1001000

Color Harmonies of #E575FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575FA

Black with #E575FA

Text Example


Text Example

White with #E575FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575FA; }

 p { color: rgb(229,117,250); }

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

background-color css

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

 a { background-color: rgb(229,117,250); }

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

border-color css

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

 span { border-color: rgb(229,117,250); }

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