Html Css Color HEX #E153FD Heliotrope

📋 copy color: '#E153FD'

red 225 ◦ green 83 ◦ blue 253

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

Shades of Heliotrope #E153FD

Tints of Heliotrope #E153FD

RGB

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

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

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

R = 40.11%
G = 14.8%
B = 45.1%

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

#E153FD (or 0xE153FD) is known color: Heliotrope. HEX triplet: E1, 53 and FD. RGB value is (225,83,253). Sum of RGB (Red+Green+Blue) = 225+83+253=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E153FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153FD is #1EAC02. Grayscale: #909090. Windows color (decimal): -2010115 or 16602081. OLE color: 16602081.

HSL color Cylindrical-coordinate representation of color #E153FD: hue angle of 290.12º degrees, saturation: 0.98, 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 #E153FD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 83 253 -
CMYK 0.11 0.67 0 0.01
HSL 290.12º 0.98% 0.66% -
HSV(B) 290.12º 0.67% 0.99% -
XYZ 51.87 29.29 95.85 -
YUV 144.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 225 83 253 0.11 0.67 0 0.01 290.12 0.98 0.66
Hex E1 53 FD B 43 0 1 122 62 42
Octal 341 123 375 13 103 0 1 442 142 102
Binary 11100001 1010011 11111101 1011 1000011 0 1 100100010 1100010 1000010

Color Harmonies of #E153FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153FD

Black with #E153FD

Text Example


Text Example

White with #E153FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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