Html Css Color HEX #E385FF Heliotrope

📋 copy color: '#E385FF'

red 227 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #E385FF

Tints of Heliotrope #E385FF

RGB

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

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

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

R = 36.91%
G = 21.63%
B = 41.46%

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

#E385FF (or 0xE385FF) is known color: Heliotrope. HEX triplet: E3, 85 and FF. RGB value is (227,133,255). Sum of RGB (Red+Green+Blue) = 227+133+255=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #E385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385FF is #1C7A00. Grayscale: #AEAEAE. Windows color (decimal): -1866241 or 16745955. OLE color: 16745955.

HSL color Cylindrical-coordinate representation of color #E385FF: hue angle of 286.23º 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 #E385FF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 133 255 -
CMYK 0.11 0.48 0 0
HSL 286.23º 1% 0.76% -
HSV(B) 286.23º 0.48% 1% -
XYZ 58.12 40.33 99.33 -
YUV 175.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 227 133 255 0.11 0.48 0 0 286.23 1 0.76
Hex E3 85 FF B 30 0 0 11E 64 4C
Octal 343 205 377 13 60 0 0 436 144 114
Binary 11100011 10000101 11111111 1011 110000 0 0 100011110 1100100 1001100

Color Harmonies of #E385FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385FF

Black with #E385FF

Text Example


Text Example

White with #E385FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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