Html Css Color HEX #E474FD Heliotrope

📋 copy color: '#E474FD'

red 228 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #E474FD

Tints of Heliotrope #E474FD

RGB

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

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

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

R = 38.19%
G = 19.43%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E474FD (or 0xE474FD) is known color: Heliotrope. HEX triplet: E4, 74 and FD. RGB value is (228,116,253). Sum of RGB (Red+Green+Blue) = 228+116+253=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E474FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474FD is #1B8B02. Grayscale: #A4A4A4. Windows color (decimal): -1805059 or 16610532. OLE color: 16610532.

HSL color Cylindrical-coordinate representation of color #E474FD: hue angle of 289.05º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E474FD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 116 253 -
CMYK 0.10 0.54 0 0.01
HSL 289.05º 0.97% 0.72% -
HSV(B) 289.05º 0.54% 0.99% -
XYZ 55.97 36.08 96.94 -
YUV 165.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 228 116 253 0.10 0.54 0 0.01 289.05 0.97 0.72
Hex E4 74 FD A 36 0 1 121 61 48
Octal 344 164 375 12 66 0 1 441 141 110
Binary 11100100 1110100 11111101 1010 110110 0 1 100100001 1100001 1001000

Color Harmonies of #E474FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474FD

Black with #E474FD

Text Example


Text Example

White with #E474FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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