Html Css Color HEX #E153FC Heliotrope

📋 copy color: '#E153FC'

red 225 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #E153FC

Tints of Heliotrope #E153FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.82%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 40.18%
G = 14.82%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E153FC (or 0xE153FC) is known color: Heliotrope. HEX triplet: E1, 53 and FC. RGB value is (225,83,252). Sum of RGB (Red+Green+Blue) = 225+83+252=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #E153FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153FC is #1EAC03. Grayscale: #909090. Windows color (decimal): -2010116 or 16536545. OLE color: 16536545.

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

Color convert

RGB 225 83 252 -
CMYK 0.11 0.67 0 0.01
HSL 290.41º 0.97% 0.66% -
HSV(B) 290.41º 0.67% 0.99% -
XYZ 51.72 29.22 95.01 -
YUV 144.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 225 83 252 0.11 0.67 0 0.01 290.41 0.97 0.66
Hex E1 53 FC B 43 0 1 122 61 42
Octal 341 123 374 13 103 0 1 442 141 102
Binary 11100001 1010011 11111100 1011 1000011 0 1 100100010 1100001 1000010

Color Harmonies of #E153FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153FC

Black with #E153FC

Text Example


Text Example

White with #E153FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153FC; }

 p { color: rgb(225,83,252); }

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

background-color css

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

 a { background-color: rgb(225,83,252); }

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

border-color css

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

 span { border-color: rgb(225,83,252); }

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