Html Css Color HEX #EC1DFD Psychedelic Purple

📋 copy color: '#EC1DFD'

red 236 ◦ green 29 ◦ blue 253

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

Shades of Psychedelic Purple #EC1DFD

Tints of Psychedelic Purple #EC1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.6%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 45.56%
G = 5.6%
B = 48.84%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC1DFD (or 0xEC1DFD) is known color: Psychedelic Purple. HEX triplet: EC, 1D and FD. RGB value is (236,29,253). Sum of RGB (Red+Green+Blue) = 236+29+253=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 29 (11.72% from 255 or 5.60% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC1DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DFD is #13E202. Grayscale: #737373. Windows color (decimal): -1303043 or 16588268. OLE color: 16588268.

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

Color convert

RGB 236 29 253 -
CMYK 0.07 0.89 0 0.01
HSL 295.45º 0.98% 0.55% -
HSV(B) 295.45º 0.89% 0.99% -
XYZ 52.76 25.8 95.13 -
YUV 116.43 205.08 213.29 -
System Red Green Blue C M Y K H S L
Decimal 236 29 253 0.07 0.89 0 0.01 295.45 0.98 0.55
Hex EC 1D FD 7 59 0 1 127 62 37
Octal 354 35 375 7 131 0 1 447 142 67
Binary 11101100 11101 11111101 111 1011001 0 1 100100111 1100010 110111

Color Harmonies of #EC1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DFD

Black with #EC1DFD

Text Example


Text Example

White with #EC1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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