Html Css Color HEX #E262FD Heliotrope

📋 copy color: '#E262FD'

red 226 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #E262FD

Tints of Heliotrope #E262FD

RGB

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

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

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

R = 39.17%
G = 16.98%
B = 43.85%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E262FD (or 0xE262FD) is known color: Heliotrope. HEX triplet: E2, 62 and FD. RGB value is (226,98,253). Sum of RGB (Red+Green+Blue) = 226+98+253=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E262FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262FD is #1D9D02. Grayscale: #999999. Windows color (decimal): -1940739 or 16605922. OLE color: 16605922.

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

Color convert

RGB 226 98 253 -
CMYK 0.11 0.61 0 0.01
HSL 289.55º 0.97% 0.69% -
HSV(B) 289.55º 0.61% 0.99% -
XYZ 53.46 32 96.29 -
YUV 153.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 226 98 253 0.11 0.61 0 0.01 289.55 0.97 0.69
Hex E2 62 FD B 3D 0 1 122 61 45
Octal 342 142 375 13 75 0 1 442 141 105
Binary 11100010 1100010 11111101 1011 111101 0 1 100100010 1100001 1000101

Color Harmonies of #E262FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E262FD

Black with #E262FD

Text Example


Text Example

White with #E262FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E262FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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