Html Css Color HEX #E257FC Heliotrope

📋 copy color: '#E257FC'

red 226 ◦ green 87 ◦ blue 252

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

Shades of Heliotrope #E257FC

Tints of Heliotrope #E257FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.4%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 40%
G = 15.4%
B = 44.6%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E257FC (or 0xE257FC) is known color: Heliotrope. HEX triplet: E2, 57 and FC. RGB value is (226,87,252). Sum of RGB (Red+Green+Blue) = 226+87+252=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E257FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E257FC is #1DA803. Grayscale: #929292. Windows color (decimal): -1943556 or 16537570. OLE color: 16537570.

HSL color Cylindrical-coordinate representation of color #E257FC: hue angle of 290.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E257FC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 87 252 -
CMYK 0.10 0.65 0 0.01
HSL 290.55º 0.96% 0.66% -
HSV(B) 290.55º 0.65% 0.99% -
XYZ 52.34 30.01 95.13 -
YUV 147.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 226 87 252 0.10 0.65 0 0.01 290.55 0.96 0.66
Hex E2 57 FC A 41 0 1 123 60 42
Octal 342 127 374 12 101 0 1 443 140 102
Binary 11100010 1010111 11111100 1010 1000001 0 1 100100011 1100000 1000010

Color Harmonies of #E257FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E257FC

Black with #E257FC

Text Example


Text Example

White with #E257FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E257FC; }

 p { color: rgb(226,87,252); }

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

background-color css

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

 a { background-color: rgb(226,87,252); }

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

border-color css

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

 span { border-color: rgb(226,87,252); }

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