Html Css Color HEX #E285FF Heliotrope

📋 copy color: '#E285FF'

red 226 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #E285FF

Tints of Heliotrope #E285FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 36.81%
G = 21.66%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E285FF (or 0xE285FF) is known color: Heliotrope. HEX triplet: E2, 85 and FF. RGB value is (226,133,255). Sum of RGB (Red+Green+Blue) = 226+133+255=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #E285FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FF is #1D7A00. Grayscale: #AEAEAE. Windows color (decimal): -1931777 or 16745954. OLE color: 16745954.

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

Color convert

RGB 226 133 255 -
CMYK 0.11 0.48 0 0
HSL 285.74º 1% 0.76% -
HSV(B) 285.74º 0.48% 1% -
XYZ 57.8 40.16 99.31 -
YUV 174.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 226 133 255 0.11 0.48 0 0 285.74 1 0.76
Hex E2 85 FF B 30 0 0 11E 64 4C
Octal 342 205 377 13 60 0 0 436 144 114
Binary 11100010 10000101 11111111 1011 110000 0 0 100011110 1100100 1001100

Color Harmonies of #E285FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285FF

Black with #E285FF

Text Example


Text Example

White with #E285FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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