Html Css Color HEX #EC0CF1 Psychedelic Purple

📋 copy color: '#EC0CF1'

red 236 ◦ green 12 ◦ blue 241

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

Shades of Psychedelic Purple #EC0CF1

Tints of Psychedelic Purple #EC0CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.45%

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 48.26%
G = 2.45%
B = 49.28%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC0CF1 (or 0xEC0CF1) is known color: Psychedelic Purple. HEX triplet: EC, 0C and F1. RGB value is (236,12,241). Sum of RGB (Red+Green+Blue) = 236+12+241=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC0CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CF1 is #13F30E. Grayscale: #686868. Windows color (decimal): -1307407 or 15797484. OLE color: 15797484.

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

Color convert

RGB 236 12 241 -
CMYK 0.02 0.95 0 0.05
HSL 298.69º 0.91% 0.5% -
HSV(B) 298.69º 0.95% 0.95% -
XYZ 50.6 24.45 85.27 -
YUV 105.08 204.71 221.38 -
System Red Green Blue C M Y K H S L
Decimal 236 12 241 0.02 0.95 0 0.05 298.69 0.91 0.5
Hex EC C F1 2 5F 0 5 12B 5B 32
Octal 354 14 361 2 137 0 5 453 133 62
Binary 11101100 1100 11110001 10 1011111 0 101 100101011 1011011 110010

Color Harmonies of #EC0CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CF1

Black with #EC0CF1

Text Example


Text Example

White with #EC0CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CF1; }

 p { color: rgb(236,12,241); }

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

background-color css

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

 a { background-color: rgb(236,12,241); }

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

border-color css

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

 span { border-color: rgb(236,12,241); }

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