Html Css Color HEX #E258FE Heliotrope

📋 copy color: '#E258FE'

red 226 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #E258FE

Tints of Heliotrope #E258FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.49%

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

R = 39.79%
G = 15.49%
B = 44.72%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E258FE (or 0xE258FE) is known color: Heliotrope. HEX triplet: E2, 58 and FE. RGB value is (226,88,254). Sum of RGB (Red+Green+Blue) = 226+88+254=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #E258FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E258FE is #1DA701. Grayscale: #939393. Windows color (decimal): -1943298 or 16668898. OLE color: 16668898.

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

Color convert

RGB 226 88 254 -
CMYK 0.11 0.65 0 0.00
HSL 289.88º 0.99% 0.67% -
HSV(B) 289.88º 0.65% 1% -
XYZ 52.74 30.3 96.84 -
YUV 148.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 226 88 254 0.11 0.65 0 0.00 289.88 0.99 0.67
Hex E2 58 FE B 41 0 0 122 63 43
Octal 342 130 376 13 101 0 0 442 143 103
Binary 11100010 1011000 11111110 1011 1000001 0 0 100100010 1100011 1000011

Color Harmonies of #E258FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258FE

Black with #E258FE

Text Example


Text Example

White with #E258FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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