Html Css Color HEX #E185FE Heliotrope

📋 copy color: '#E185FE'

red 225 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #E185FE

Tints of Heliotrope #E185FE

RGB

 RED value IS 225 (88.28% from 255) = 36.76%

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

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

R = 36.76%
G = 21.73%
B = 41.5%

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

#E185FE (or 0xE185FE) is known color: Heliotrope. HEX triplet: E1, 85 and FE. RGB value is (225,133,254). Sum of RGB (Red+Green+Blue) = 225+133+254=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E185FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FE is #1E7A01. Grayscale: #ADADAD. Windows color (decimal): -1997314 or 16680417. OLE color: 16680417.

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

Color convert

RGB 225 133 254 -
CMYK 0.11 0.48 0 0.00
HSL 285.62º 0.98% 0.76% -
HSV(B) 285.62º 0.48% 1% -
XYZ 57.33 39.94 98.45 -
YUV 174.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 225 133 254 0.11 0.48 0 0.00 285.62 0.98 0.76
Hex E1 85 FE B 30 0 0 11E 62 4C
Octal 341 205 376 13 60 0 0 436 142 114
Binary 11100001 10000101 11111110 1011 110000 0 0 100011110 1100010 1001100

Color Harmonies of #E185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185FE

Black with #E185FE

Text Example


Text Example

White with #E185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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