Html Css Color HEX #EC1AF1 Psychedelic Purple

📋 copy color: '#EC1AF1'

red 236 ◦ green 26 ◦ blue 241

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

Shades of Psychedelic Purple #EC1AF1

Tints of Psychedelic Purple #EC1AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.17%

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

R = 46.92%
G = 5.17%
B = 47.91%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC1AF1 (or 0xEC1AF1) is known color: Psychedelic Purple. HEX triplet: EC, 1A and F1. RGB value is (236,26,241). Sum of RGB (Red+Green+Blue) = 236+26+241=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 26 (10.55% from 255 or 5.17% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC1AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AF1 is #13E50E. Grayscale: #707070. Windows color (decimal): -1303823 or 15801068. OLE color: 15801068.

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

Color convert

RGB 236 26 241 -
CMYK 0.02 0.89 0 0.05
HSL 298.6º 0.88% 0.52% -
HSV(B) 298.6º 0.89% 0.95% -
XYZ 50.84 24.92 85.35 -
YUV 113.3 200.07 215.52 -
System Red Green Blue C M Y K H S L
Decimal 236 26 241 0.02 0.89 0 0.05 298.6 0.88 0.52
Hex EC 1A F1 2 59 0 5 12B 58 34
Octal 354 32 361 2 131 0 5 453 130 64
Binary 11101100 11010 11110001 10 1011001 0 101 100101011 1011000 110100

Color Harmonies of #EC1AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1AF1

Black with #EC1AF1

Text Example


Text Example

White with #EC1AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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