Html Css Color HEX #E250FE Heliotrope

📋 copy color: '#E250FE'

red 226 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #E250FE

Tints of Heliotrope #E250FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.29%

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

R = 40.36%
G = 14.29%
B = 45.36%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E250FE (or 0xE250FE) is known color: Heliotrope. HEX triplet: E2, 50 and FE. RGB value is (226,80,254). Sum of RGB (Red+Green+Blue) = 226+80+254=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #E250FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250FE is #1DAF01. Grayscale: #8E8E8E. Windows color (decimal): -1945346 or 16666850. OLE color: 16666850.

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

Color convert

RGB 226 80 254 -
CMYK 0.11 0.69 0 0.00
HSL 290.34º 0.99% 0.65% -
HSV(B) 290.34º 0.69% 1% -
XYZ 52.12 29.06 96.63 -
YUV 143.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 226 80 254 0.11 0.69 0 0.00 290.34 0.99 0.65
Hex E2 50 FE B 45 0 0 122 63 41
Octal 342 120 376 13 105 0 0 442 143 101
Binary 11100010 1010000 11111110 1011 1000101 0 0 100100010 1100011 1000001

Color Harmonies of #E250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250FE

Black with #E250FE

Text Example


Text Example

White with #E250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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