Html Css Color HEX #E182FF Heliotrope

📋 copy color: '#E182FF'

red 225 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #E182FF

Tints of Heliotrope #E182FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.31%

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

R = 36.89%
G = 21.31%
B = 41.8%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E182FF (or 0xE182FF) is known color: Heliotrope. HEX triplet: E1, 82 and FF. RGB value is (225,130,255). Sum of RGB (Red+Green+Blue) = 225+130+255=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #E182FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182FF is #1E7D00. Grayscale: #ACACAC. Windows color (decimal): -1998081 or 16745185. OLE color: 16745185.

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

Color convert

RGB 225 130 255 -
CMYK 0.12 0.49 0 0
HSL 285.6º 1% 0.75% -
HSV(B) 285.6º 0.49% 1% -
XYZ 57.08 39.19 99.16 -
YUV 172.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 225 130 255 0.12 0.49 0 0 285.6 1 0.75
Hex E1 82 FF C 31 0 0 11E 64 4B
Octal 341 202 377 14 61 0 0 436 144 113
Binary 11100001 10000010 11111111 1100 110001 0 0 100011110 1100100 1001011

Color Harmonies of #E182FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182FF

Black with #E182FF

Text Example


Text Example

White with #E182FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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