Html Css Color HEX #E274FD Heliotrope

📋 copy color: '#E274FD'

red 226 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #E274FD

Tints of Heliotrope #E274FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 37.98%
G = 19.5%
B = 42.52%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E274FD (or 0xE274FD) is known color: Heliotrope. HEX triplet: E2, 74 and FD. RGB value is (226,116,253). Sum of RGB (Red+Green+Blue) = 226+116+253=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #E274FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274FD is #1D8B02. Grayscale: #A4A4A4. Windows color (decimal): -1936131 or 16610530. OLE color: 16610530.

HSL color Cylindrical-coordinate representation of color #E274FD: hue angle of 288.18º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E274FD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 116 253 -
CMYK 0.11 0.54 0 0.01
HSL 288.18º 0.97% 0.72% -
HSV(B) 288.18º 0.54% 0.99% -
XYZ 55.34 35.75 96.91 -
YUV 164.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 226 116 253 0.11 0.54 0 0.01 288.18 0.97 0.72
Hex E2 74 FD B 36 0 1 120 61 48
Octal 342 164 375 13 66 0 1 440 141 110
Binary 11100010 1110100 11111101 1011 110110 0 1 100100000 1100001 1001000

Color Harmonies of #E274FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274FD

Black with #E274FD

Text Example


Text Example

White with #E274FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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