Html Css Color HEX #E369FD Heliotrope

📋 copy color: '#E369FD'

red 227 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #E369FD

Tints of Heliotrope #E369FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.95%

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

R = 38.8%
G = 17.95%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E369FD (or 0xE369FD) is known color: Heliotrope. HEX triplet: E3, 69 and FD. RGB value is (227,105,253). Sum of RGB (Red+Green+Blue) = 227+105+253=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E369FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369FD is #1C9602. Grayscale: #9D9D9D. Windows color (decimal): -1873411 or 16607715. OLE color: 16607715.

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

Color convert

RGB 227 105 253 -
CMYK 0.10 0.58 0 0.01
HSL 289.46º 0.97% 0.7% -
HSV(B) 289.46º 0.58% 0.99% -
XYZ 54.46 33.53 96.53 -
YUV 158.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 227 105 253 0.10 0.58 0 0.01 289.46 0.97 0.7
Hex E3 69 FD A 3A 0 1 121 61 46
Octal 343 151 375 12 72 0 1 441 141 106
Binary 11100011 1101001 11111101 1010 111010 0 1 100100001 1100001 1000110

Color Harmonies of #E369FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369FD

Black with #E369FD

Text Example


Text Example

White with #E369FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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