Html Css Color HEX #E262F0 Heliotrope

📋 copy color: '#E262F0'

red 226 ◦ green 98 ◦ blue 240

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

Shades of Heliotrope #E262F0

Tints of Heliotrope #E262F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 40.07%
G = 17.38%
B = 42.55%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E262F0 (or 0xE262F0) is known color: Heliotrope. HEX triplet: E2, 62 and F0. RGB value is (226,98,240). Sum of RGB (Red+Green+Blue) = 226+98+240=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #E262F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262F0 is #1D9D0F. Grayscale: #989898. Windows color (decimal): -1940752 or 15753954. OLE color: 15753954.

HSL color Cylindrical-coordinate representation of color #E262F0: hue angle of 294.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E262F0 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 98 240 -
CMYK 0.06 0.59 0 0.06
HSL 294.08º 0.83% 0.66% -
HSV(B) 294.08º 0.59% 0.94% -
XYZ 51.46 31.2 85.75 -
YUV 152.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 226 98 240 0.06 0.59 0 0.06 294.08 0.83 0.66
Hex E2 62 F0 6 3B 0 6 126 53 42
Octal 342 142 360 6 73 0 6 446 123 102
Binary 11100010 1100010 11110000 110 111011 0 110 100100110 1010011 1000010

Color Harmonies of #E262F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E262F0

Black with #E262F0

Text Example


Text Example

White with #E262F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E262F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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