#EC8AFD

Color #EC8AFD Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EC8AFD

Tints of Violet #EC8AFD

Color information

#EC8AFD (or 0xEC8AFD) is unknown color: approx Violet. HEX triplet: EC, 8A and FD. RGB value is (236,138,253). Sum of RGB (Red+Green+Blue) = 236+138+253=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFD is #137502. Grayscale: #B4B4B4. Windows color (decimal): -1275139 or 16616172. OLE color: 16616172.

HSL color Cylindrical-coordinate representation of color #EC8AFD: hue angle of 291.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8AFD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236138253-
CMYK0.070.4500.01
HSL291.13º96.64%76.67%-
HSV(B)291.13º45.45%99.22%-
XYZ61.4143.198.01-
YUV180.41168.97167.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 138 (54.30% from 255) = 22.01%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=37.64%
G=22.01%
B=40.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361382530.070.4500.01291.1396.6476.67
HexEC8AFD72D01123614d
Octal35421237575501443141115
Binary1110110010001010111111011111011010110010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AFD; }

 p { color: rgb(236,138,253); }

 H1.HeaderClassName
 {
   color: #EC8AFD;
 }
 .AnyTagClassName
 {
   color: #EC8AFD;
 }
</style>
background-color css

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

 a { background-color: rgb(236,138,253); }

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

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

 span { border-color: rgb(236,138,253); }

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