Html Css Color HEX #E385FE Heliotrope

📋 copy color: '#E385FE'

red 227 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #E385FE

Tints of Heliotrope #E385FE

RGB

 RED value IS 227 (89.06% from 255) = 36.97%

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 36.97%
G = 21.66%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E385FE (or 0xE385FE) is known color: Heliotrope. HEX triplet: E3, 85 and FE. RGB value is (227,133,254). Sum of RGB (Red+Green+Blue) = 227+133+254=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #E385FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385FE is #1C7A01. Grayscale: #AEAEAE. Windows color (decimal): -1866242 or 16680419. OLE color: 16680419.

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

Color convert

RGB 227 133 254 -
CMYK 0.11 0.48 0 0.00
HSL 286.61º 0.98% 0.76% -
HSV(B) 286.61º 0.48% 1% -
XYZ 57.96 40.26 98.48 -
YUV 174.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 227 133 254 0.11 0.48 0 0.00 286.61 0.98 0.76
Hex E3 85 FE B 30 0 0 11F 62 4C
Octal 343 205 376 13 60 0 0 437 142 114
Binary 11100011 10000101 11111110 1011 110000 0 0 100011111 1100010 1001100

Color Harmonies of #E385FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385FE

Black with #E385FE

Text Example


Text Example

White with #E385FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385FE; }

 p { color: rgb(227,133,254); }

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

background-color css

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

 a { background-color: rgb(227,133,254); }

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

border-color css

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

 span { border-color: rgb(227,133,254); }

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