Html Css Color HEX #E262F5 Heliotrope

📋 copy color: '#E262F5'

red 226 ◦ green 98 ◦ blue 245

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

Shades of Heliotrope #E262F5

Tints of Heliotrope #E262F5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.22%

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 39.72%
G = 17.22%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.6

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E262F5 (or 0xE262F5) is known color: Heliotrope. HEX triplet: E2, 62 and F5. RGB value is (226,98,245). Sum of RGB (Red+Green+Blue) = 226+98+245=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #E262F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262F5 is #1D9D0A. Grayscale: #989898. Windows color (decimal): -1940747 or 16081634. OLE color: 16081634.

HSL color Cylindrical-coordinate representation of color #E262F5: hue angle of 292.24º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E262F5 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 98 245 -
CMYK 0.08 0.6 0 0.04
HSL 292.24º 0.88% 0.67% -
HSV(B) 292.24º 0.6% 0.96% -
XYZ 52.21 31.5 89.71 -
YUV 153.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 226 98 245 0.08 0.6 0 0.04 292.24 0.88 0.67
Hex E2 62 F5 8 3C 0 4 124 58 43
Octal 342 142 365 10 74 0 4 444 130 103
Binary 11100010 1100010 11110101 1000 111100 0 100 100100100 1011000 1000011

Color Harmonies of #E262F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E262F5

Black with #E262F5

Text Example


Text Example

White with #E262F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E262F5; }

 p { color: rgb(226,98,245); }

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

background-color css

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

 a { background-color: rgb(226,98,245); }

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

border-color css

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

 span { border-color: rgb(226,98,245); }

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