Html Css Color HEX #E380FA Heliotrope

📋 copy color: '#E380FA'

red 227 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #E380FA

Tints of Heliotrope #E380FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 37.52%
G = 21.16%
B = 41.32%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E380FA (or 0xE380FA) is known color: Heliotrope. HEX triplet: E3, 80 and FA. RGB value is (227,128,250). Sum of RGB (Red+Green+Blue) = 227+128+250=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #E380FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FA is #1C7F05. Grayscale: #ABABAB. Windows color (decimal): -1867526 or 16416995. OLE color: 16416995.

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

Color convert

RGB 227 128 250 -
CMYK 0.09 0.49 0 0.02
HSL 288.69º 0.92% 0.74% -
HSV(B) 288.69º 0.49% 0.98% -
XYZ 56.65 38.67 94.92 -
YUV 171.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 227 128 250 0.09 0.49 0 0.02 288.69 0.92 0.74
Hex E3 80 FA 9 31 0 2 121 5C 4A
Octal 343 200 372 11 61 0 2 441 134 112
Binary 11100011 10000000 11111010 1001 110001 0 10 100100001 1011100 1001010

Color Harmonies of #E380FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380FA

Black with #E380FA

Text Example


Text Example

White with #E380FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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