Html Css Color HEX #E378FD Heliotrope

📋 copy color: '#E378FD'

red 227 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #E378FD

Tints of Heliotrope #E378FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 37.83%
G = 20%
B = 42.17%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E378FD (or 0xE378FD) is known color: Heliotrope. HEX triplet: E3, 78 and FD. RGB value is (227,120,253). Sum of RGB (Red+Green+Blue) = 227+120+253=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #E378FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378FD is #1C8702. Grayscale: #A6A6A6. Windows color (decimal): -1869571 or 16611555. OLE color: 16611555.

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

Color convert

RGB 227 120 253 -
CMYK 0.10 0.53 0 0.01
HSL 288.27º 0.97% 0.73% -
HSV(B) 288.27º 0.53% 0.99% -
XYZ 56.12 36.86 97.08 -
YUV 167.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 227 120 253 0.10 0.53 0 0.01 288.27 0.97 0.73
Hex E3 78 FD A 35 0 1 120 61 49
Octal 343 170 375 12 65 0 1 440 141 111
Binary 11100011 1111000 11111101 1010 110101 0 1 100100000 1100001 1001001

Color Harmonies of #E378FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378FD

Black with #E378FD

Text Example


Text Example

White with #E378FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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