Html Css Color HEX #E149FB Heliotrope

📋 copy color: '#E149FB'

red 225 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #E149FB

Tints of Heliotrope #E149FB

RGB

 RED value IS 225 (88.28% from 255) = 40.98%

 GREEN value IS 73 (28.91% from 255) = 13.3%

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

R = 40.98%
G = 13.3%
B = 45.72%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E149FB (or 0xE149FB) is known color: Heliotrope. HEX triplet: E1, 49 and FB. RGB value is (225,73,251). Sum of RGB (Red+Green+Blue) = 225+73+251=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #E149FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149FB is #1EB604. Grayscale: #8A8A8A. Windows color (decimal): -2012677 or 16468449. OLE color: 16468449.

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

Color convert

RGB 225 73 251 -
CMYK 0.10 0.71 0 0.02
HSL 291.24º 0.96% 0.64% -
HSV(B) 291.24º 0.71% 0.98% -
XYZ 50.85 27.74 93.94 -
YUV 138.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 225 73 251 0.10 0.71 0 0.02 291.24 0.96 0.64
Hex E1 49 FB A 47 0 2 123 60 40
Octal 341 111 373 12 107 0 2 443 140 100
Binary 11100001 1001001 11111011 1010 1000111 0 10 100100011 1100000 1000000

Color Harmonies of #E149FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149FB

Black with #E149FB

Text Example


Text Example

White with #E149FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149FB; }

 p { color: rgb(225,73,251); }

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

background-color css

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

 a { background-color: rgb(225,73,251); }

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

border-color css

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

 span { border-color: rgb(225,73,251); }

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