Html Css Color HEX #E474FA Heliotrope

📋 copy color: '#E474FA'

red 228 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #E474FA

Tints of Heliotrope #E474FA

RGB

 RED value IS 228 (89.45% from 255) = 38.38%

 GREEN value IS 116 (45.7% from 255) = 19.53%

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

R = 38.38%
G = 19.53%
B = 42.09%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E474FA (or 0xE474FA) is known color: Heliotrope. HEX triplet: E4, 74 and FA. RGB value is (228,116,250). Sum of RGB (Red+Green+Blue) = 228+116+250=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #E474FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474FA is #1B8B05. Grayscale: #A4A4A4. Windows color (decimal): -1805062 or 16413924. OLE color: 16413924.

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

Color convert

RGB 228 116 250 -
CMYK 0.09 0.54 0 0.02
HSL 290.15º 0.93% 0.72% -
HSV(B) 290.15º 0.54% 0.98% -
XYZ 55.5 35.89 94.44 -
YUV 164.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 228 116 250 0.09 0.54 0 0.02 290.15 0.93 0.72
Hex E4 74 FA 9 36 0 2 122 5D 48
Octal 344 164 372 11 66 0 2 442 135 110
Binary 11100100 1110100 11111010 1001 110110 0 10 100100010 1011101 1001000

Color Harmonies of #E474FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474FA

Black with #E474FA

Text Example


Text Example

White with #E474FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474FA; }

 p { color: rgb(228,116,250); }

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

background-color css

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

 a { background-color: rgb(228,116,250); }

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

border-color css

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

 span { border-color: rgb(228,116,250); }

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