Html Css Color HEX #E154FF Heliotrope

📋 copy color: '#E154FF'

red 225 ◦ green 84 ◦ blue 255

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

Shades of Heliotrope #E154FF

Tints of Heliotrope #E154FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.89%

 BLUE value IS 255 (100% from 255) = 45.21%

R = 39.89%
G = 14.89%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E154FF (or 0xE154FF) is known color: Heliotrope. HEX triplet: E1, 54 and FF. RGB value is (225,84,255). Sum of RGB (Red+Green+Blue) = 225+84+255=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 84 (33.20% from 255 or 14.89% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E154FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FF is #1EAB00. Grayscale: #919191. Windows color (decimal): -2009857 or 16733409. OLE color: 16733409.

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

Color convert

RGB 225 84 255 -
CMYK 0.12 0.67 0 0
HSL 289.47º 1% 0.66% -
HSV(B) 289.47º 0.67% 1% -
XYZ 52.27 29.57 97.56 -
YUV 145.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 225 84 255 0.12 0.67 0 0 289.47 1 0.66
Hex E1 54 FF C 43 0 0 121 64 42
Octal 341 124 377 14 103 0 0 441 144 102
Binary 11100001 1010100 11111111 1100 1000011 0 0 100100001 1100100 1000010

Color Harmonies of #E154FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154FF

Black with #E154FF

Text Example


Text Example

White with #E154FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154FF; }

 p { color: rgb(225,84,255); }

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

background-color css

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

 a { background-color: rgb(225,84,255); }

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

border-color css

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

 span { border-color: rgb(225,84,255); }

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