Html Css Color HEX #EC0DFA Psychedelic Purple

📋 copy color: '#EC0DFA'

red 236 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #EC0DFA

Tints of Psychedelic Purple #EC0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.61%

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

R = 47.29%
G = 2.61%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC0DFA (or 0xEC0DFA) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FA. RGB value is (236,13,250). Sum of RGB (Red+Green+Blue) = 236+13+250=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC0DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFA is #13F205. Grayscale: #696969. Windows color (decimal): -1307142 or 16387564. OLE color: 16387564.

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

Color convert

RGB 236 13 250 -
CMYK 0.06 0.95 0 0.02
HSL 296.46º 0.96% 0.52% -
HSV(B) 296.46º 0.95% 0.98% -
XYZ 51.99 25.02 92.53 -
YUV 106.7 208.88 220.23 -
System Red Green Blue C M Y K H S L
Decimal 236 13 250 0.06 0.95 0 0.02 296.46 0.96 0.52
Hex EC D FA 6 5F 0 2 128 60 34
Octal 354 15 372 6 137 0 2 450 140 64
Binary 11101100 1101 11111010 110 1011111 0 10 100101000 1100000 110100

Color Harmonies of #EC0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DFA

Black with #EC0DFA

Text Example


Text Example

White with #EC0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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