Html Css Color HEX #EC0FF2 Psychedelic Purple

📋 copy color: '#EC0FF2'

red 236 ◦ green 15 ◦ blue 242

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

Shades of Psychedelic Purple #EC0FF2

Tints of Psychedelic Purple #EC0FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 47.87%
G = 3.04%
B = 49.09%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC0FF2 (or 0xEC0FF2) is known color: Psychedelic Purple. HEX triplet: EC, 0F and F2. RGB value is (236,15,242). Sum of RGB (Red+Green+Blue) = 236+15+242=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FF2 is #13F00D. Grayscale: #6A6A6A. Windows color (decimal): -1306638 or 15863788. OLE color: 15863788.

HSL color Cylindrical-coordinate representation of color #EC0FF2: hue angle of 298.41º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FF2 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 15 242 -
CMYK 0.02 0.94 0 0.05
HSL 298.41º 0.9% 0.5% -
HSV(B) 298.41º 0.94% 0.95% -
XYZ 50.79 24.59 86.07 -
YUV 106.96 204.22 220.04 -
System Red Green Blue C M Y K H S L
Decimal 236 15 242 0.02 0.94 0 0.05 298.41 0.9 0.5
Hex EC F F2 2 5E 0 5 12A 5A 32
Octal 354 17 362 2 136 0 5 452 132 62
Binary 11101100 1111 11110010 10 1011110 0 101 100101010 1011010 110010

Color Harmonies of #EC0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FF2

Black with #EC0FF2

Text Example


Text Example

White with #EC0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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