Html Css Color HEX #E372FA Heliotrope

📋 copy color: '#E372FA'

red 227 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #E372FA

Tints of Heliotrope #E372FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.29%

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

R = 38.41%
G = 19.29%
B = 42.3%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E372FA (or 0xE372FA) is known color: Heliotrope. HEX triplet: E3, 72 and FA. RGB value is (227,114,250). Sum of RGB (Red+Green+Blue) = 227+114+250=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E372FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372FA is #1C8D05. Grayscale: #A2A2A2. Windows color (decimal): -1871110 or 16413411. OLE color: 16413411.

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

Color convert

RGB 227 114 250 -
CMYK 0.09 0.54 0 0.02
HSL 289.85º 0.93% 0.71% -
HSV(B) 289.85º 0.54% 0.98% -
XYZ 54.95 35.27 94.35 -
YUV 163.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 227 114 250 0.09 0.54 0 0.02 289.85 0.93 0.71
Hex E3 72 FA 9 36 0 2 122 5D 47
Octal 343 162 372 11 66 0 2 442 135 107
Binary 11100011 1110010 11111010 1001 110110 0 10 100100010 1011101 1000111

Color Harmonies of #E372FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372FA

Black with #E372FA

Text Example


Text Example

White with #E372FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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