Html Css Color HEX #E260FD Heliotrope

📋 copy color: '#E260FD'

red 226 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #E260FD

Tints of Heliotrope #E260FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.7%

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

R = 39.3%
G = 16.7%
B = 44%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E260FD (or 0xE260FD) is known color: Heliotrope. HEX triplet: E2, 60 and FD. RGB value is (226,96,253). Sum of RGB (Red+Green+Blue) = 226+96+253=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E260FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260FD is #1D9F02. Grayscale: #989898. Windows color (decimal): -1941251 or 16605410. OLE color: 16605410.

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

Color convert

RGB 226 96 253 -
CMYK 0.11 0.62 0 0.01
HSL 289.68º 0.98% 0.68% -
HSV(B) 289.68º 0.62% 0.99% -
XYZ 53.28 31.63 96.23 -
YUV 152.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 226 96 253 0.11 0.62 0 0.01 289.68 0.98 0.68
Hex E2 60 FD B 3E 0 1 122 62 44
Octal 342 140 375 13 76 0 1 442 142 104
Binary 11100010 1100000 11111101 1011 111110 0 1 100100010 1100010 1000100

Color Harmonies of #E260FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E260FD

Black with #E260FD

Text Example


Text Example

White with #E260FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E260FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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