Html Css Color HEX #E285FC Heliotrope

📋 copy color: '#E285FC'

red 226 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #E285FC

Tints of Heliotrope #E285FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.77%

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

R = 36.99%
G = 21.77%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E285FC (or 0xE285FC) is known color: Heliotrope. HEX triplet: E2, 85 and FC. RGB value is (226,133,252). Sum of RGB (Red+Green+Blue) = 226+133+252=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #E285FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FC is #1D7A03. Grayscale: #ADADAD. Windows color (decimal): -1931780 or 16549346. OLE color: 16549346.

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

Color convert

RGB 226 133 252 -
CMYK 0.10 0.47 0 0.01
HSL 286.89º 0.95% 0.75% -
HSV(B) 286.89º 0.47% 0.99% -
XYZ 57.32 39.97 96.79 -
YUV 174.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 226 133 252 0.10 0.47 0 0.01 286.89 0.95 0.75
Hex E2 85 FC A 2F 0 1 11F 5F 4B
Octal 342 205 374 12 57 0 1 437 137 113
Binary 11100010 10000101 11111100 1010 101111 0 1 100011111 1011111 1001011

Color Harmonies of #E285FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285FC

Black with #E285FC

Text Example


Text Example

White with #E285FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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