Html Css Color HEX #E379FE Heliotrope

📋 copy color: '#E379FE'

red 227 ◦ green 121 ◦ blue 254

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

Shades of Heliotrope #E379FE

Tints of Heliotrope #E379FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.1%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 37.71%
G = 20.1%
B = 42.19%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E379FE (or 0xE379FE) is known color: Heliotrope. HEX triplet: E3, 79 and FE. RGB value is (227,121,254). Sum of RGB (Red+Green+Blue) = 227+121+254=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #E379FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379FE is #1C8601. Grayscale: #A7A7A7. Windows color (decimal): -1869314 or 16677347. OLE color: 16677347.

HSL color Cylindrical-coordinate representation of color #E379FE: hue angle of 287.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E379FE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 121 254 -
CMYK 0.11 0.52 0 0.00
HSL 287.82º 0.99% 0.74% -
HSV(B) 287.82º 0.52% 1% -
XYZ 56.41 37.16 97.97 -
YUV 167.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 227 121 254 0.11 0.52 0 0.00 287.82 0.99 0.74
Hex E3 79 FE B 34 0 0 120 63 4A
Octal 343 171 376 13 64 0 0 440 143 112
Binary 11100011 1111001 11111110 1011 110100 0 0 100100000 1100011 1001010

Color Harmonies of #E379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379FE

Black with #E379FE

Text Example


Text Example

White with #E379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379FE; }

 p { color: rgb(227,121,254); }

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

background-color css

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

 a { background-color: rgb(227,121,254); }

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

border-color css

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

 span { border-color: rgb(227,121,254); }

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