Html Css Color HEX #E250FB Heliotrope

📋 copy color: '#E250FB'

red 226 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #E250FB

Tints of Heliotrope #E250FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 40.57%
G = 14.36%
B = 45.06%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E250FB (or 0xE250FB) is known color: Heliotrope. HEX triplet: E2, 50 and FB. RGB value is (226,80,251). Sum of RGB (Red+Green+Blue) = 226+80+251=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E250FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250FB is #1DAF04. Grayscale: #8E8E8E. Windows color (decimal): -1945349 or 16470242. OLE color: 16470242.

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

Color convert

RGB 226 80 251 -
CMYK 0.10 0.68 0 0.02
HSL 291.23º 0.96% 0.65% -
HSV(B) 291.23º 0.68% 0.98% -
XYZ 51.65 28.87 94.12 -
YUV 143.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 226 80 251 0.10 0.68 0 0.02 291.23 0.96 0.65
Hex E2 50 FB A 44 0 2 123 60 41
Octal 342 120 373 12 104 0 2 443 140 101
Binary 11100010 1010000 11111011 1010 1000100 0 10 100100011 1100000 1000001

Color Harmonies of #E250FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250FB

Black with #E250FB

Text Example


Text Example

White with #E250FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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