Html Css Color HEX #E250FD Heliotrope

📋 copy color: '#E250FD'

red 226 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #E250FD

Tints of Heliotrope #E250FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.31%

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

R = 40.43%
G = 14.31%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E250FD (or 0xE250FD) is known color: Heliotrope. HEX triplet: E2, 50 and FD. RGB value is (226,80,253). Sum of RGB (Red+Green+Blue) = 226+80+253=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #E250FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250FD is #1DAF02. Grayscale: #8E8E8E. Windows color (decimal): -1945347 or 16601314. OLE color: 16601314.

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

Color convert

RGB 226 80 253 -
CMYK 0.11 0.68 0 0.01
HSL 290.64º 0.98% 0.65% -
HSV(B) 290.64º 0.68% 0.99% -
XYZ 51.96 29 95.79 -
YUV 143.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 226 80 253 0.11 0.68 0 0.01 290.64 0.98 0.65
Hex E2 50 FD B 44 0 1 123 62 41
Octal 342 120 375 13 104 0 1 443 142 101
Binary 11100010 1010000 11111101 1011 1000100 0 1 100100011 1100010 1000001

Color Harmonies of #E250FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250FD

Black with #E250FD

Text Example


Text Example

White with #E250FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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