Html Css Color HEX #E382FD Heliotrope

📋 copy color: '#E382FD'

red 227 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #E382FD

Tints of Heliotrope #E382FD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.31%

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

R = 37.21%
G = 21.31%
B = 41.48%

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

#E382FD (or 0xE382FD) is known color: Heliotrope. HEX triplet: E3, 82 and FD. RGB value is (227,130,253). Sum of RGB (Red+Green+Blue) = 227+130+253=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #E382FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382FD is #1C7D02. Grayscale: #ACACAC. Windows color (decimal): -1867011 or 16614115. OLE color: 16614115.

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

Color convert

RGB 227 130 253 -
CMYK 0.10 0.49 0 0.01
HSL 287.32º 0.97% 0.75% -
HSV(B) 287.32º 0.49% 0.99% -
XYZ 57.39 39.39 97.51 -
YUV 173.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 227 130 253 0.10 0.49 0 0.01 287.32 0.97 0.75
Hex E3 82 FD A 31 0 1 11F 61 4B
Octal 343 202 375 12 61 0 1 437 141 113
Binary 11100011 10000010 11111101 1010 110001 0 1 100011111 1100001 1001011

Color Harmonies of #E382FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382FD

Black with #E382FD

Text Example


Text Example

White with #E382FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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