Html Css Color HEX #E285FD Heliotrope

📋 copy color: '#E285FD'

red 226 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #E285FD

Tints of Heliotrope #E285FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 36.93%
G = 21.73%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E285FD (or 0xE285FD) is known color: Heliotrope. HEX triplet: E2, 85 and FD. RGB value is (226,133,253). Sum of RGB (Red+Green+Blue) = 226+133+253=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E285FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FD is #1D7A02. Grayscale: #AEAEAE. Windows color (decimal): -1931779 or 16614882. OLE color: 16614882.

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

Color convert

RGB 226 133 253 -
CMYK 0.11 0.47 0 0.01
HSL 286.5º 0.97% 0.76% -
HSV(B) 286.5º 0.47% 0.99% -
XYZ 57.48 40.04 97.63 -
YUV 174.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 226 133 253 0.11 0.47 0 0.01 286.5 0.97 0.76
Hex E2 85 FD B 2F 0 1 11E 61 4C
Octal 342 205 375 13 57 0 1 436 141 114
Binary 11100010 10000101 11111101 1011 101111 0 1 100011110 1100001 1001100

Color Harmonies of #E285FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285FD

Black with #E285FD

Text Example


Text Example

White with #E285FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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