Html Css Color HEX #E185FD Heliotrope

📋 copy color: '#E185FD'

red 225 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #E185FD

Tints of Heliotrope #E185FD

RGB

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

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

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

R = 36.82%
G = 21.77%
B = 41.41%

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

#E185FD (or 0xE185FD) is known color: Heliotrope. HEX triplet: E1, 85 and FD. RGB value is (225,133,253). Sum of RGB (Red+Green+Blue) = 225+133+253=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #E185FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FD is #1E7A02. Grayscale: #ADADAD. Windows color (decimal): -1997315 or 16614881. OLE color: 16614881.

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

Color convert

RGB 225 133 253 -
CMYK 0.11 0.47 0 0.01
HSL 286º 0.97% 0.76% -
HSV(B) 286º 0.47% 0.99% -
XYZ 57.17 39.87 97.61 -
YUV 174.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 225 133 253 0.11 0.47 0 0.01 286 0.97 0.76
Hex E1 85 FD B 2F 0 1 11E 61 4C
Octal 341 205 375 13 57 0 1 436 141 114
Binary 11100001 10000101 11111101 1011 101111 0 1 100011110 1100001 1001100

Color Harmonies of #E185FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185FD

Black with #E185FD

Text Example


Text Example

White with #E185FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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