Html Css Color HEX #EC82FF Heliotrope

📋 copy color: '#EC82FF'

red 236 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #EC82FF

Tints of Heliotrope #EC82FF

RGB

 RED value IS 236 (92.58% from 255) = 38%

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

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

R = 38%
G = 20.93%
B = 41.06%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC82FF (or 0xEC82FF) is known color: Heliotrope. HEX triplet: EC, 82 and FF. RGB value is (236,130,255). Sum of RGB (Red+Green+Blue) = 236+130+255=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 130 (51.17% from 255 or 20.93% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82FF is #137D00. Grayscale: #AFAFAF. Windows color (decimal): -1277185 or 16745196. OLE color: 16745196.

HSL color Cylindrical-coordinate representation of color #EC82FF: hue angle of 290.88º 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 #EC82FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 130 255 -
CMYK 0.07 0.49 0 0
HSL 290.88º 1% 0.75% -
HSV(B) 290.88º 0.49% 1% -
XYZ 60.62 41.02 99.33 -
YUV 175.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 236 130 255 0.07 0.49 0 0 290.88 1 0.75
Hex EC 82 FF 7 31 0 0 123 64 4B
Octal 354 202 377 7 61 0 0 443 144 113
Binary 11101100 10000010 11111111 111 110001 0 0 100100011 1100100 1001011

Color Harmonies of #EC82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82FF

Black with #EC82FF

Text Example


Text Example

White with #EC82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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