Shades of Psychedelic Purple #EC2EFD
Tints of Psychedelic Purple #EC2EFD
RGB
CMYK
RGB Variations
Color information
#EC2EFD (or 0xEC2EFD) is known color: Psychedelic Purple. HEX triplet: EC, 2E and FD. RGB value is (236,46,253). Sum of RGB (Red+Green+Blue) = 236+46+253=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 46 (18.36% from 255 or 8.60% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EFD is #13D102. Grayscale: #7D7D7D. Windows color (decimal): -1298691 or 16592620. OLE color: 16592620.
HSL color Cylindrical-coordinate representation of color #EC2EFD: hue angle of 295.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2EFD is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 46 | 253 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.01 |
| HSL | 295.07º | 0.98% | 0.59% | - |
| HSV(B) | 295.07º | 0.82% | 0.99% | - |
| XYZ | 53.3 | 26.88 | 95.31 | - |
| YUV | 126.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 253 | 0.07 | 0.82 | 0 | 0.01 | 295.07 | 0.98 | 0.59 |
| Hex | EC | 2E | FD | 7 | 52 | 0 | 1 | 127 | 62 | 3B |
| Octal | 354 | 56 | 375 | 7 | 122 | 0 | 1 | 447 | 142 | 73 |
| Binary | 11101100 | 101110 | 11111101 | 111 | 1010010 | 0 | 1 | 100100111 | 1100010 | 111011 |
Color Harmonies of #EC2EFD
Complementary color
Monochromatic Colors of #EC2EFD
Black with #EC2EFD
Text Example
Text Example
White with #EC2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EFD; }
p { color: rgb(236,46,253); }
H1.HeaderClassName
{
color: #EC2EFD;
}
.AnyTagClassName
{
color: #EC2EFD;
}
</style>
background-color css
<style>
a { background-color: #EC2EFD; }
a { background-color: rgb(236,46,253); }
div.DivClassName
{
background-color: #EC2EFD;
}
.BgClassName
{
background-color: #EC2EFD;
}
</style>
border-color css
<style>
span { border-color: #EC2EFD; }
span { border-color: rgb(236,46,253); }
td.TdClassName
{
border-color: #EC2EFD;
}
.TagClassName
{
border-color: #EC2EFD;
}
</style>