Html Css Color HEX #E172FC Heliotrope

📋 copy color: '#E172FC'

red 225 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #E172FC

Tints of Heliotrope #E172FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.29%

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

R = 38.07%
G = 19.29%
B = 42.64%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E172FC (or 0xE172FC) is known color: Heliotrope. HEX triplet: E1, 72 and FC. RGB value is (225,114,252). Sum of RGB (Red+Green+Blue) = 225+114+252=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E172FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E172FC is #1E8D03. Grayscale: #A2A2A2. Windows color (decimal): -2002180 or 16544481. OLE color: 16544481.

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

Color convert

RGB 225 114 252 -
CMYK 0.11 0.55 0 0.01
HSL 288.26º 0.96% 0.72% -
HSV(B) 288.26º 0.55% 0.99% -
XYZ 54.64 35.07 95.98 -
YUV 162.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 225 114 252 0.11 0.55 0 0.01 288.26 0.96 0.72
Hex E1 72 FC B 37 0 1 120 60 48
Octal 341 162 374 13 67 0 1 440 140 110
Binary 11100001 1110010 11111100 1011 110111 0 1 100100000 1100000 1001000

Color Harmonies of #E172FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172FC

Black with #E172FC

Text Example


Text Example

White with #E172FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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