Html Css Color HEX #E379FD Heliotrope

📋 copy color: '#E379FD'

red 227 ◦ green 121 ◦ blue 253

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

Shades of Heliotrope #E379FD

Tints of Heliotrope #E379FD

RGB

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

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

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

R = 37.77%
G = 20.13%
B = 42.1%

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

#E379FD (or 0xE379FD) is known color: Heliotrope. HEX triplet: E3, 79 and FD. RGB value is (227,121,253). Sum of RGB (Red+Green+Blue) = 227+121+253=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #E379FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379FD is #1C8602. Grayscale: #A7A7A7. Windows color (decimal): -1869315 or 16611811. OLE color: 16611811.

HSL color Cylindrical-coordinate representation of color #E379FD: hue angle of 288.18º degrees, saturation: 0.97, 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 #E379FD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 121 253 -
CMYK 0.10 0.52 0 0.01
HSL 288.18º 0.97% 0.73% -
HSV(B) 288.18º 0.52% 0.99% -
XYZ 56.25 37.1 97.12 -
YUV 167.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 227 121 253 0.10 0.52 0 0.01 288.18 0.97 0.73
Hex E3 79 FD A 34 0 1 120 61 49
Octal 343 171 375 12 64 0 1 440 141 111
Binary 11100011 1111001 11111101 1010 110100 0 1 100100000 1100001 1001001

Color Harmonies of #E379FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379FD

Black with #E379FD

Text Example


Text Example

White with #E379FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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