Html Css Color HEX #EC7AFF Heliotrope

📋 copy color: '#EC7AFF'

red 236 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #EC7AFF

Tints of Heliotrope #EC7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.9%

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

R = 38.5%
G = 19.9%
B = 41.6%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC7AFF (or 0xEC7AFF) is known color: Heliotrope. HEX triplet: EC, 7A and FF. RGB value is (236,122,255). Sum of RGB (Red+Green+Blue) = 236+122+255=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AFF is #138500. Grayscale: #AAAAAA. Windows color (decimal): -1279233 or 16743148. OLE color: 16743148.

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

Color convert

RGB 236 122 255 -
CMYK 0.07 0.52 0 0
HSL 291.43º 1% 0.74% -
HSV(B) 291.43º 0.52% 1% -
XYZ 59.6 38.97 98.99 -
YUV 171.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 236 122 255 0.07 0.52 0 0 291.43 1 0.74
Hex EC 7A FF 7 34 0 0 123 64 4A
Octal 354 172 377 7 64 0 0 443 144 112
Binary 11101100 1111010 11111111 111 110100 0 0 100100011 1100100 1001010

Color Harmonies of #EC7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AFF

Black with #EC7AFF

Text Example


Text Example

White with #EC7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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