Html Css Color HEX #E15CFD Heliotrope

📋 copy color: '#E15CFD'

red 225 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #E15CFD

Tints of Heliotrope #E15CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.14%

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

R = 39.47%
G = 16.14%
B = 44.39%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E15CFD (or 0xE15CFD) is known color: Heliotrope. HEX triplet: E1, 5C and FD. RGB value is (225,92,253). Sum of RGB (Red+Green+Blue) = 225+92+253=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CFD is #1EA302. Grayscale: #959595. Windows color (decimal): -2007811 or 16604385. OLE color: 16604385.

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

Color convert

RGB 225 92 253 -
CMYK 0.11 0.64 0 0.01
HSL 289.57º 0.98% 0.68% -
HSV(B) 289.57º 0.64% 0.99% -
XYZ 52.61 30.75 96.09 -
YUV 150.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 225 92 253 0.11 0.64 0 0.01 289.57 0.98 0.68
Hex E1 5C FD B 40 0 1 122 62 44
Octal 341 134 375 13 100 0 1 442 142 104
Binary 11100001 1011100 11111101 1011 1000000 0 1 100100010 1100010 1000100

Color Harmonies of #E15CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CFD

Black with #E15CFD

Text Example


Text Example

White with #E15CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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