Html Css Color HEX #E274FF Heliotrope

📋 copy color: '#E274FF'

red 226 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #E274FF

Tints of Heliotrope #E274FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 37.86%
G = 19.43%
B = 42.71%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E274FF (or 0xE274FF) is known color: Heliotrope. HEX triplet: E2, 74 and FF. RGB value is (226,116,255). Sum of RGB (Red+Green+Blue) = 226+116+255=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #E274FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274FF is #1D8B00. Grayscale: #A4A4A4. Windows color (decimal): -1936129 or 16741602. OLE color: 16741602.

HSL color Cylindrical-coordinate representation of color #E274FF: hue angle of 287.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E274FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 116 255 -
CMYK 0.11 0.55 0 0
HSL 287.48º 1% 0.73% -
HSV(B) 287.48º 0.55% 1% -
XYZ 55.66 35.88 98.6 -
YUV 164.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 226 116 255 0.11 0.55 0 0 287.48 1 0.73
Hex E2 74 FF B 37 0 0 11F 64 49
Octal 342 164 377 13 67 0 0 437 144 111
Binary 11100010 1110100 11111111 1011 110111 0 0 100011111 1100100 1001001

Color Harmonies of #E274FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274FF

Black with #E274FF

Text Example


Text Example

White with #E274FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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