Html Css Color HEX #E254FE Heliotrope

📋 copy color: '#E254FE'

red 226 ◦ green 84 ◦ blue 254

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

Shades of Heliotrope #E254FE

Tints of Heliotrope #E254FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.89%

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

R = 40.07%
G = 14.89%
B = 45.04%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E254FE (or 0xE254FE) is known color: Heliotrope. HEX triplet: E2, 54 and FE. RGB value is (226,84,254). Sum of RGB (Red+Green+Blue) = 226+84+254=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 84 (33.20% from 255 or 14.89% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E254FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254FE is #1DAB01. Grayscale: #919191. Windows color (decimal): -1944322 or 16667874. OLE color: 16667874.

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

Color convert

RGB 226 84 254 -
CMYK 0.11 0.67 0 0.00
HSL 290.12º 0.99% 0.66% -
HSV(B) 290.12º 0.67% 1% -
XYZ 52.42 29.67 96.73 -
YUV 145.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 226 84 254 0.11 0.67 0 0.00 290.12 0.99 0.66
Hex E2 54 FE B 43 0 0 122 63 42
Octal 342 124 376 13 103 0 0 442 143 102
Binary 11100010 1010100 11111110 1011 1000011 0 0 100100010 1100011 1000010

Color Harmonies of #E254FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254FE

Black with #E254FE

Text Example


Text Example

White with #E254FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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