Html Css Color HEX #EC0AF1 Psychedelic Purple

📋 copy color: '#EC0AF1'

red 236 ◦ green 10 ◦ blue 241

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

Shades of Psychedelic Purple #EC0AF1

Tints of Psychedelic Purple #EC0AF1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.05%

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

R = 48.46%
G = 2.05%
B = 49.49%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC0AF1 (or 0xEC0AF1) is known color: Psychedelic Purple. HEX triplet: EC, 0A and F1. RGB value is (236,10,241). Sum of RGB (Red+Green+Blue) = 236+10+241=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AF1 is #13F50E. Grayscale: #676767. Windows color (decimal): -1307919 or 15796972. OLE color: 15796972.

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

Color convert

RGB 236 10 241 -
CMYK 0.02 0.96 0 0.05
HSL 298.7º 0.92% 0.49% -
HSV(B) 298.7º 0.96% 0.95% -
XYZ 50.58 24.4 85.26 -
YUV 103.91 205.37 222.22 -
System Red Green Blue C M Y K H S L
Decimal 236 10 241 0.02 0.96 0 0.05 298.7 0.92 0.49
Hex EC A F1 2 60 0 5 12B 5C 31
Octal 354 12 361 2 140 0 5 453 134 61
Binary 11101100 1010 11110001 10 1100000 0 101 100101011 1011100 110001

Color Harmonies of #EC0AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AF1

Black with #EC0AF1

Text Example


Text Example

White with #EC0AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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