Html Css Color HEX #E285FA Heliotrope

📋 copy color: '#E285FA'

red 226 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #E285FA

Tints of Heliotrope #E285FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 37.11%
G = 21.84%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E285FA (or 0xE285FA) is known color: Heliotrope. HEX triplet: E2, 85 and FA. RGB value is (226,133,250). Sum of RGB (Red+Green+Blue) = 226+133+250=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #E285FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FA is #1D7A05. Grayscale: #ADADAD. Windows color (decimal): -1931782 or 16418274. OLE color: 16418274.

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

Color convert

RGB 226 133 250 -
CMYK 0.10 0.47 0 0.02
HSL 287.69º 0.92% 0.75% -
HSV(B) 287.69º 0.47% 0.98% -
XYZ 57.01 39.85 95.13 -
YUV 174.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 226 133 250 0.10 0.47 0 0.02 287.69 0.92 0.75
Hex E2 85 FA A 2F 0 2 120 5C 4B
Octal 342 205 372 12 57 0 2 440 134 113
Binary 11100010 10000101 11111010 1010 101111 0 10 100100000 1011100 1001011

Color Harmonies of #E285FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285FA

Black with #E285FA

Text Example


Text Example

White with #E285FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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