Html Css Color HEX #EC03F1 Psychedelic Purple

📋 copy color: '#EC03F1'

red 236 ◦ green 3 ◦ blue 241

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

Shades of Psychedelic Purple #EC03F1

Tints of Psychedelic Purple #EC03F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

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

R = 49.17%
G = 0.63%
B = 50.21%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC03F1 (or 0xEC03F1) is known color: Psychedelic Purple. HEX triplet: EC, 03 and F1. RGB value is (236,3,241). Sum of RGB (Red+Green+Blue) = 236+3+241=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC03F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03F1 is #13FC0E. Grayscale: #636363. Windows color (decimal): -1309711 or 15795180. OLE color: 15795180.

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

Color convert

RGB 236 3 241 -
CMYK 0.02 0.99 0 0.05
HSL 298.74º 0.98% 0.48% -
HSV(B) 298.74º 0.99% 0.95% -
XYZ 50.5 24.25 85.24 -
YUV 99.8 207.69 225.15 -
System Red Green Blue C M Y K H S L
Decimal 236 3 241 0.02 0.99 0 0.05 298.74 0.98 0.48
Hex EC 3 F1 2 63 0 5 12B 62 30
Octal 354 3 361 2 143 0 5 453 142 60
Binary 11101100 11 11110001 10 1100011 0 101 100101011 1100010 110000

Color Harmonies of #EC03F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03F1

Black with #EC03F1

Text Example


Text Example

White with #EC03F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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