Html Css Color HEX #EC7AFE Heliotrope

📋 copy color: '#EC7AFE'

red 236 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #EC7AFE

Tints of Heliotrope #EC7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 38.56%
G = 19.93%
B = 41.5%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC7AFE (or 0xEC7AFE) is known color: Heliotrope. HEX triplet: EC, 7A and FE. RGB value is (236,122,254). Sum of RGB (Red+Green+Blue) = 236+122+254=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 122 (48.05% from 255 or 19.93% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AFE is #138501. Grayscale: #AAAAAA. Windows color (decimal): -1279234 or 16677612. OLE color: 16677612.

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

Color convert

RGB 236 122 254 -
CMYK 0.07 0.52 0 0.00
HSL 291.82º 0.99% 0.74% -
HSV(B) 291.82º 0.52% 1% -
XYZ 59.44 38.91 98.14 -
YUV 171.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 236 122 254 0.07 0.52 0 0.00 291.82 0.99 0.74
Hex EC 7A FE 7 34 0 0 124 63 4A
Octal 354 172 376 7 64 0 0 444 143 112
Binary 11101100 1111010 11111110 111 110100 0 0 100100100 1100011 1001010

Color Harmonies of #EC7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AFE

Black with #EC7AFE

Text Example


Text Example

White with #EC7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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