Html Css Color HEX #E274FA Heliotrope

📋 copy color: '#E274FA'

red 226 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #E274FA

Tints of Heliotrope #E274FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.59%

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

R = 38.18%
G = 19.59%
B = 42.23%

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

#E274FA (or 0xE274FA) is known color: Heliotrope. HEX triplet: E2, 74 and FA. RGB value is (226,116,250). Sum of RGB (Red+Green+Blue) = 226+116+250=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E274FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274FA is #1D8B05. Grayscale: #A3A3A3. Windows color (decimal): -1936134 or 16413922. OLE color: 16413922.

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

Color convert

RGB 226 116 250 -
CMYK 0.10 0.54 0 0.02
HSL 289.25º 0.93% 0.72% -
HSV(B) 289.25º 0.54% 0.98% -
XYZ 54.86 35.56 94.41 -
YUV 164.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 226 116 250 0.10 0.54 0 0.02 289.25 0.93 0.72
Hex E2 74 FA A 36 0 2 121 5D 48
Octal 342 164 372 12 66 0 2 441 135 110
Binary 11100010 1110100 11111010 1010 110110 0 10 100100001 1011101 1001000

Color Harmonies of #E274FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274FA

Black with #E274FA

Text Example


Text Example

White with #E274FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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