Html Css Color HEX #E874FC Heliotrope

📋 copy color: '#E874FC'

red 232 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #E874FC

Tints of Heliotrope #E874FC

RGB

 RED value IS 232 (91.02% from 255) = 38.67%

 GREEN value IS 116 (45.7% from 255) = 19.33%

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

R = 38.67%
G = 19.33%
B = 42%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E874FC (or 0xE874FC) is known color: Heliotrope. HEX triplet: E8, 74 and FC. RGB value is (232,116,252). Sum of RGB (Red+Green+Blue) = 232+116+252=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #E874FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874FC is #178B03. Grayscale: #A5A5A5. Windows color (decimal): -1542916 or 16545000. OLE color: 16545000.

HSL color Cylindrical-coordinate representation of color #E874FC: hue angle of 291.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 #E874FC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 116 252 -
CMYK 0.08 0.54 0 0.01
HSL 291.18º 0.96% 0.72% -
HSV(B) 291.18º 0.54% 0.99% -
XYZ 57.09 36.67 96.17 -
YUV 166.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 232 116 252 0.08 0.54 0 0.01 291.18 0.96 0.72
Hex E8 74 FC 8 36 0 1 123 60 48
Octal 350 164 374 10 66 0 1 443 140 110
Binary 11101000 1110100 11111100 1000 110110 0 1 100100011 1100000 1001000

Color Harmonies of #E874FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874FC

Black with #E874FC

Text Example


Text Example

White with #E874FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874FC; }

 p { color: rgb(232,116,252); }

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

background-color css

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

 a { background-color: rgb(232,116,252); }

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

border-color css

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

 span { border-color: rgb(232,116,252); }

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