Html Css Color HEX #E273FA Heliotrope

📋 copy color: '#E273FA'

red 226 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #E273FA

Tints of Heliotrope #E273FA

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

 GREEN value IS 115 (45.31% from 255) = 19.46%

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

R = 38.24%
G = 19.46%
B = 42.3%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E273FA (or 0xE273FA) is known color: Heliotrope. HEX triplet: E2, 73 and FA. RGB value is (226,115,250). Sum of RGB (Red+Green+Blue) = 226+115+250=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 115 (45.31% from 255 or 19.46% 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 #E273FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E273FA is #1D8C05. Grayscale: #A3A3A3. Windows color (decimal): -1936390 or 16413666. OLE color: 16413666.

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

Color convert

RGB 226 115 250 -
CMYK 0.10 0.54 0 0.02
HSL 289.33º 0.93% 0.72% -
HSV(B) 289.33º 0.54% 0.98% -
XYZ 54.75 35.33 94.38 -
YUV 163.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 226 115 250 0.10 0.54 0 0.02 289.33 0.93 0.72
Hex E2 73 FA A 36 0 2 121 5D 48
Octal 342 163 372 12 66 0 2 441 135 110
Binary 11100010 1110011 11111010 1010 110110 0 10 100100001 1011101 1001000

Color Harmonies of #E273FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273FA

Black with #E273FA

Text Example


Text Example

White with #E273FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273FA; }

 p { color: rgb(226,115,250); }

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

background-color css

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

 a { background-color: rgb(226,115,250); }

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

border-color css

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

 span { border-color: rgb(226,115,250); }

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