Html Css Color HEX #E974FC Heliotrope

📋 copy color: '#E974FC'

red 233 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #E974FC

Tints of Heliotrope #E974FC

RGB

 RED value IS 233 (91.41% from 255) = 38.77%

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

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

R = 38.77%
G = 19.3%
B = 41.93%

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

#E974FC (or 0xE974FC) is known color: Heliotrope. HEX triplet: E9, 74 and FC. RGB value is (233,116,252). Sum of RGB (Red+Green+Blue) = 233+116+252=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #E974FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E974FC is #168B03. Grayscale: #A6A6A6. Windows color (decimal): -1477380 or 16545001. OLE color: 16545001.

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

Color convert

RGB 233 116 252 -
CMYK 0.08 0.54 0 0.01
HSL 291.62º 0.96% 0.72% -
HSV(B) 291.62º 0.54% 0.99% -
XYZ 57.42 36.84 96.18 -
YUV 166.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 233 116 252 0.08 0.54 0 0.01 291.62 0.96 0.72
Hex E9 74 FC 8 36 0 1 124 60 48
Octal 351 164 374 10 66 0 1 444 140 110
Binary 11101001 1110100 11111100 1000 110110 0 1 100100100 1100000 1001000

Color Harmonies of #E974FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974FC

Black with #E974FC

Text Example


Text Example

White with #E974FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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