Html Css Color HEX #E270FE Heliotrope

📋 copy color: '#E270FE'

red 226 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #E270FE

Tints of Heliotrope #E270FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.92%

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 38.18%
G = 18.92%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E270FE (or 0xE270FE) is known color: Heliotrope. HEX triplet: E2, 70 and FE. RGB value is (226,112,254). Sum of RGB (Red+Green+Blue) = 226+112+254=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #E270FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270FE is #1D8F01. Grayscale: #A1A1A1. Windows color (decimal): -1937154 or 16675042. OLE color: 16675042.

HSL color Cylindrical-coordinate representation of color #E270FE: hue angle of 288.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E270FE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 112 254 -
CMYK 0.11 0.56 0 0.00
HSL 288.17º 0.99% 0.72% -
HSV(B) 288.17º 0.56% 1% -
XYZ 55.05 34.91 97.6 -
YUV 162.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 226 112 254 0.11 0.56 0 0.00 288.17 0.99 0.72
Hex E2 70 FE B 38 0 0 120 63 48
Octal 342 160 376 13 70 0 0 440 143 110
Binary 11100010 1110000 11111110 1011 111000 0 0 100100000 1100011 1001000

Color Harmonies of #E270FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270FE

Black with #E270FE

Text Example


Text Example

White with #E270FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270FE; }

 p { color: rgb(226,112,254); }

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

background-color css

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

 a { background-color: rgb(226,112,254); }

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

border-color css

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

 span { border-color: rgb(226,112,254); }

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