Html Css Color HEX #E382F9 Heliotrope

📋 copy color: '#E382F9'

red 227 ◦ green 130 ◦ blue 249

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

Shades of Heliotrope #E382F9

Tints of Heliotrope #E382F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 37.46%
G = 21.45%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E382F9 (or 0xE382F9) is known color: Heliotrope. HEX triplet: E3, 82 and F9. RGB value is (227,130,249). Sum of RGB (Red+Green+Blue) = 227+130+249=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #E382F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382F9 is #1C7D06. Grayscale: #ACACAC. Windows color (decimal): -1867015 or 16351971. OLE color: 16351971.

HSL color Cylindrical-coordinate representation of color #E382F9: hue angle of 288.91º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E382F9 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 130 249 -
CMYK 0.09 0.48 0 0.02
HSL 288.91º 0.91% 0.74% -
HSV(B) 288.91º 0.48% 0.98% -
XYZ 56.76 39.14 94.18 -
YUV 172.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 227 130 249 0.09 0.48 0 0.02 288.91 0.91 0.74
Hex E3 82 F9 9 30 0 2 121 5B 4A
Octal 343 202 371 11 60 0 2 441 133 112
Binary 11100011 10000010 11111001 1001 110000 0 10 100100001 1011011 1001010

Color Harmonies of #E382F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382F9

Black with #E382F9

Text Example


Text Example

White with #E382F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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