Html Css Color HEX #E380FD Heliotrope

📋 copy color: '#E380FD'

red 227 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #E380FD

Tints of Heliotrope #E380FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.05%

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

R = 37.34%
G = 21.05%
B = 41.61%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E380FD (or 0xE380FD) is known color: Heliotrope. HEX triplet: E3, 80 and FD. RGB value is (227,128,253). Sum of RGB (Red+Green+Blue) = 227+128+253=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #E380FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FD is #1C7F02. Grayscale: #ABABAB. Windows color (decimal): -1867523 or 16613603. OLE color: 16613603.

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

Color convert

RGB 227 128 253 -
CMYK 0.10 0.49 0 0.01
HSL 287.52º 0.97% 0.75% -
HSV(B) 287.52º 0.49% 0.99% -
XYZ 57.13 38.86 97.42 -
YUV 171.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 227 128 253 0.10 0.49 0 0.01 287.52 0.97 0.75
Hex E3 80 FD A 31 0 1 120 61 4B
Octal 343 200 375 12 61 0 1 440 141 113
Binary 11100011 10000000 11111101 1010 110001 0 1 100100000 1100001 1001011

Color Harmonies of #E380FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380FD

Black with #E380FD

Text Example


Text Example

White with #E380FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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