Html Css Color HEX #EC0FFA Psychedelic Purple

📋 copy color: '#EC0FFA'

red 236 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #EC0FFA

Tints of Psychedelic Purple #EC0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.99%

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

R = 47.11%
G = 2.99%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC0FFA (or 0xEC0FFA) is known color: Psychedelic Purple. HEX triplet: EC, 0F and FA. RGB value is (236,15,250). Sum of RGB (Red+Green+Blue) = 236+15+250=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FFA is #13F005. Grayscale: #6B6B6B. Windows color (decimal): -1306630 or 16388076. OLE color: 16388076.

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

Color convert

RGB 236 15 250 -
CMYK 0.06 0.94 0 0.02
HSL 296.43º 0.96% 0.52% -
HSV(B) 296.43º 0.94% 0.98% -
XYZ 52.02 25.08 92.54 -
YUV 107.87 208.22 219.39 -
System Red Green Blue C M Y K H S L
Decimal 236 15 250 0.06 0.94 0 0.02 296.43 0.96 0.52
Hex EC F FA 6 5E 0 2 128 60 34
Octal 354 17 372 6 136 0 2 450 140 64
Binary 11101100 1111 11111010 110 1011110 0 10 100101000 1100000 110100

Color Harmonies of #EC0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FFA

Black with #EC0FFA

Text Example


Text Example

White with #EC0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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