Html Css Color HEX #E378FC Heliotrope

📋 copy color: '#E378FC'

red 227 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #E378FC

Tints of Heliotrope #E378FC

RGB

 RED value IS 227 (89.06% from 255) = 37.9%

 GREEN value IS 120 (47.27% from 255) = 20.03%

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

R = 37.9%
G = 20.03%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E378FC (or 0xE378FC) is known color: Heliotrope. HEX triplet: E3, 78 and FC. RGB value is (227,120,252). Sum of RGB (Red+Green+Blue) = 227+120+252=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 120 (47.27% from 255 or 20.03% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #E378FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378FC is #1C8703. Grayscale: #A6A6A6. Windows color (decimal): -1869572 or 16546019. OLE color: 16546019.

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

Color convert

RGB 227 120 252 -
CMYK 0.10 0.52 0 0.01
HSL 288.64º 0.96% 0.73% -
HSV(B) 288.64º 0.52% 0.99% -
XYZ 55.97 36.79 96.25 -
YUV 167.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 227 120 252 0.10 0.52 0 0.01 288.64 0.96 0.73
Hex E3 78 FC A 34 0 1 121 60 49
Octal 343 170 374 12 64 0 1 441 140 111
Binary 11100011 1111000 11111100 1010 110100 0 1 100100001 1100000 1001001

Color Harmonies of #E378FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378FC

Black with #E378FC

Text Example


Text Example

White with #E378FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378FC; }

 p { color: rgb(227,120,252); }

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

background-color css

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

 a { background-color: rgb(227,120,252); }

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

border-color css

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

 span { border-color: rgb(227,120,252); }

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