Html Css Color HEX #E152FE Heliotrope

📋 copy color: '#E152FE'

red 225 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #E152FE

Tints of Heliotrope #E152FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.62%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 40.11%
G = 14.62%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E152FE (or 0xE152FE) is known color: Heliotrope. HEX triplet: E1, 52 and FE. RGB value is (225,82,254). Sum of RGB (Red+Green+Blue) = 225+82+254=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E152FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152FE is #1EAD01. Grayscale: #8F8F8F. Windows color (decimal): -2010370 or 16667361. OLE color: 16667361.

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

Color convert

RGB 225 82 254 -
CMYK 0.11 0.68 0 0.00
HSL 289.88º 0.99% 0.66% -
HSV(B) 289.88º 0.68% 1% -
XYZ 51.96 29.2 96.66 -
YUV 144.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 225 82 254 0.11 0.68 0 0.00 289.88 0.99 0.66
Hex E1 52 FE B 44 0 0 122 63 42
Octal 341 122 376 13 104 0 0 442 143 102
Binary 11100001 1010010 11111110 1011 1000100 0 0 100100010 1100011 1000010

Color Harmonies of #E152FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152FE

Black with #E152FE

Text Example


Text Example

White with #E152FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152FE; }

 p { color: rgb(225,82,254); }

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

background-color css

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

 a { background-color: rgb(225,82,254); }

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

border-color css

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

 span { border-color: rgb(225,82,254); }

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