Html Css Color HEX #EC1DFA Psychedelic Purple

📋 copy color: '#EC1DFA'

red 236 ◦ green 29 ◦ blue 250

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

Shades of Psychedelic Purple #EC1DFA

Tints of Psychedelic Purple #EC1DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 45.83%
G = 5.63%
B = 48.54%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC1DFA (or 0xEC1DFA) is known color: Psychedelic Purple. HEX triplet: EC, 1D and FA. RGB value is (236,29,250). Sum of RGB (Red+Green+Blue) = 236+29+250=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC1DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DFA is #13E205. Grayscale: #737373. Windows color (decimal): -1303046 or 16391660. OLE color: 16391660.

HSL color Cylindrical-coordinate representation of color #EC1DFA: hue angle of 296.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DFA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 29 250 -
CMYK 0.06 0.88 0 0.02
HSL 296.2º 0.96% 0.55% -
HSV(B) 296.2º 0.88% 0.98% -
XYZ 52.29 25.61 92.63 -
YUV 116.09 203.58 213.53 -
System Red Green Blue C M Y K H S L
Decimal 236 29 250 0.06 0.88 0 0.02 296.2 0.96 0.55
Hex EC 1D FA 6 58 0 2 128 60 37
Octal 354 35 372 6 130 0 2 450 140 67
Binary 11101100 11101 11111010 110 1011000 0 10 100101000 1100000 110111

Color Harmonies of #EC1DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DFA

Black with #EC1DFA

Text Example


Text Example

White with #EC1DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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