Html Css Color HEX #E152FD Heliotrope

📋 copy color: '#E152FD'

red 225 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #E152FD

Tints of Heliotrope #E152FD

RGB

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

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

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

R = 40.18%
G = 14.64%
B = 45.18%

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

#E152FD (or 0xE152FD) is known color: Heliotrope. HEX triplet: E1, 52 and FD. RGB value is (225,82,253). Sum of RGB (Red+Green+Blue) = 225+82+253=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #E152FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152FD is #1EAD02. Grayscale: #8F8F8F. Windows color (decimal): -2010371 or 16601825. OLE color: 16601825.

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

Color convert

RGB 225 82 253 -
CMYK 0.11 0.68 0 0.01
HSL 290.18º 0.98% 0.66% -
HSV(B) 290.18º 0.68% 0.99% -
XYZ 51.8 29.13 95.82 -
YUV 144.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 225 82 253 0.11 0.68 0 0.01 290.18 0.98 0.66
Hex E1 52 FD B 44 0 1 122 62 42
Octal 341 122 375 13 104 0 1 442 142 102
Binary 11100001 1010010 11111101 1011 1000100 0 1 100100010 1100010 1000010

Color Harmonies of #E152FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152FD

Black with #E152FD

Text Example


Text Example

White with #E152FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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