Html Css Color HEX #E185FC Heliotrope

📋 copy color: '#E185FC'

red 225 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #E185FC

Tints of Heliotrope #E185FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 36.89%
G = 21.8%
B = 41.31%

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

#E185FC (or 0xE185FC) is known color: Heliotrope. HEX triplet: E1, 85 and FC. RGB value is (225,133,252). Sum of RGB (Red+Green+Blue) = 225+133+252=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #E185FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FC is #1E7A03. Grayscale: #ADADAD. Windows color (decimal): -1997316 or 16549345. OLE color: 16549345.

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

Color convert

RGB 225 133 252 -
CMYK 0.11 0.47 0 0.01
HSL 286.39º 0.95% 0.75% -
HSV(B) 286.39º 0.47% 0.99% -
XYZ 57.01 39.81 96.78 -
YUV 174.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 225 133 252 0.11 0.47 0 0.01 286.39 0.95 0.75
Hex E1 85 FC B 2F 0 1 11E 5F 4B
Octal 341 205 374 13 57 0 1 436 137 113
Binary 11100001 10000101 11111100 1011 101111 0 1 100011110 1011111 1001011

Color Harmonies of #E185FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185FC

Black with #E185FC

Text Example


Text Example

White with #E185FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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