Html Css Color HEX #E290FD Heliotrope

📋 copy color: '#E290FD'

red 226 ◦ green 144 ◦ blue 253

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

Shades of Heliotrope #E290FD

Tints of Heliotrope #E290FD

RGB

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

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

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

R = 36.28%
G = 23.11%
B = 40.61%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E290FD (or 0xE290FD) is known color: Heliotrope. HEX triplet: E2, 90 and FD. RGB value is (226,144,253). Sum of RGB (Red+Green+Blue) = 226+144+253=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #E290FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290FD is #1D6F02. Grayscale: #B4B4B4. Windows color (decimal): -1928963 or 16617698. OLE color: 16617698.

HSL color Cylindrical-coordinate representation of color #E290FD: hue angle of 285.14º degrees, saturation: 0.96, 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 #E290FD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 144 253 -
CMYK 0.11 0.43 0 0.01
HSL 285.14º 0.96% 0.78% -
HSV(B) 285.14º 0.43% 0.99% -
XYZ 59.07 43.21 98.16 -
YUV 180.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 226 144 253 0.11 0.43 0 0.01 285.14 0.96 0.78
Hex E2 90 FD B 2B 0 1 11D 60 4E
Octal 342 220 375 13 53 0 1 435 140 116
Binary 11100010 10010000 11111101 1011 101011 0 1 100011101 1100000 1001110

Color Harmonies of #E290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290FD

Black with #E290FD

Text Example


Text Example

White with #E290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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