Html Css Color HEX #E173FC Heliotrope

📋 copy color: '#E173FC'

red 225 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #E173FC

Tints of Heliotrope #E173FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.43%

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

R = 38.01%
G = 19.43%
B = 42.57%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E173FC (or 0xE173FC) is known color: Heliotrope. HEX triplet: E1, 73 and FC. RGB value is (225,115,252). Sum of RGB (Red+Green+Blue) = 225+115+252=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E173FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E173FC is #1E8C03. Grayscale: #A3A3A3. Windows color (decimal): -2001924 or 16544737. OLE color: 16544737.

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

Color convert

RGB 225 115 252 -
CMYK 0.11 0.54 0 0.01
HSL 288.18º 0.96% 0.72% -
HSV(B) 288.18º 0.54% 0.99% -
XYZ 54.75 35.3 96.02 -
YUV 163.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 225 115 252 0.11 0.54 0 0.01 288.18 0.96 0.72
Hex E1 73 FC B 36 0 1 120 60 48
Octal 341 163 374 13 66 0 1 440 140 110
Binary 11100001 1110011 11111100 1011 110110 0 1 100100000 1100000 1001000

Color Harmonies of #E173FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173FC

Black with #E173FC

Text Example


Text Example

White with #E173FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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