Html Css Color HEX #E267FC Heliotrope

📋 copy color: '#E267FC'

red 226 ◦ green 103 ◦ blue 252

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

Shades of Heliotrope #E267FC

Tints of Heliotrope #E267FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.73%

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 38.9%
G = 17.73%
B = 43.37%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E267FC (or 0xE267FC) is known color: Heliotrope. HEX triplet: E2, 67 and FC. RGB value is (226,103,252). Sum of RGB (Red+Green+Blue) = 226+103+252=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 103 (40.62% from 255 or 17.73% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #E267FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E267FC is #1D9803. Grayscale: #9C9C9C. Windows color (decimal): -1939460 or 16541666. OLE color: 16541666.

HSL color Cylindrical-coordinate representation of color #E267FC: hue angle of 289.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E267FC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 103 252 -
CMYK 0.10 0.59 0 0.01
HSL 289.53º 0.96% 0.7% -
HSV(B) 289.53º 0.59% 0.99% -
XYZ 53.78 32.9 95.61 -
YUV 156.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 226 103 252 0.10 0.59 0 0.01 289.53 0.96 0.7
Hex E2 67 FC A 3B 0 1 122 60 46
Octal 342 147 374 12 73 0 1 442 140 106
Binary 11100010 1100111 11111100 1010 111011 0 1 100100010 1100000 1000110

Color Harmonies of #E267FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E267FC

Black with #E267FC

Text Example


Text Example

White with #E267FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E267FC; }

 p { color: rgb(226,103,252); }

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

background-color css

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

 a { background-color: rgb(226,103,252); }

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

border-color css

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

 span { border-color: rgb(226,103,252); }

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