Html Css Color HEX #E290FC Heliotrope

📋 copy color: '#E290FC'

red 226 ◦ green 144 ◦ blue 252

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

Shades of Heliotrope #E290FC

Tints of Heliotrope #E290FC

RGB

 RED value IS 226 (88.67% from 255) = 36.33%

 GREEN value IS 144 (56.64% from 255) = 23.15%

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

R = 36.33%
G = 23.15%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E290FC (or 0xE290FC) is known color: Heliotrope. HEX triplet: E2, 90 and FC. RGB value is (226,144,252). Sum of RGB (Red+Green+Blue) = 226+144+252=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #E290FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290FC is #1D6F03. Grayscale: #B4B4B4. Windows color (decimal): -1928964 or 16552162. OLE color: 16552162.

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

Color convert

RGB 226 144 252 -
CMYK 0.10 0.43 0 0.01
HSL 285.56º 0.95% 0.78% -
HSV(B) 285.56º 0.43% 0.99% -
XYZ 58.91 43.14 97.32 -
YUV 180.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 226 144 252 0.10 0.43 0 0.01 285.56 0.95 0.78
Hex E2 90 FC A 2B 0 1 11E 5F 4E
Octal 342 220 374 12 53 0 1 436 137 116
Binary 11100010 10010000 11111100 1010 101011 0 1 100011110 1011111 1001110

Color Harmonies of #E290FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290FC

Black with #E290FC

Text Example


Text Example

White with #E290FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290FC; }

 p { color: rgb(226,144,252); }

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

background-color css

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

 a { background-color: rgb(226,144,252); }

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

border-color css

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

 span { border-color: rgb(226,144,252); }

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