Html Css Color HEX #EC05F1 Psychedelic Purple

📋 copy color: '#EC05F1'

red 236 ◦ green 5 ◦ blue 241

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

Shades of Psychedelic Purple #EC05F1

Tints of Psychedelic Purple #EC05F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 48.96%
G = 1.04%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC05F1 (or 0xEC05F1) is known color: Psychedelic Purple. HEX triplet: EC, 05 and F1. RGB value is (236,5,241). Sum of RGB (Red+Green+Blue) = 236+5+241=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC05F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05F1 is #13FA0E. Grayscale: #646464. Windows color (decimal): -1309199 or 15795692. OLE color: 15795692.

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

Color convert

RGB 236 5 241 -
CMYK 0.02 0.98 0 0.05
HSL 298.73º 0.96% 0.48% -
HSV(B) 298.73º 0.98% 0.95% -
XYZ 50.52 24.29 85.25 -
YUV 100.97 207.03 224.31 -
System Red Green Blue C M Y K H S L
Decimal 236 5 241 0.02 0.98 0 0.05 298.73 0.96 0.48
Hex EC 5 F1 2 62 0 5 12B 60 30
Octal 354 5 361 2 142 0 5 453 140 60
Binary 11101100 101 11110001 10 1100010 0 101 100101011 1100000 110000

Color Harmonies of #EC05F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05F1

Black with #EC05F1

Text Example


Text Example

White with #EC05F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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