Html Css Color HEX #EC29F1 Psychedelic Purple

📋 copy color: '#EC29F1'

red 236 ◦ green 41 ◦ blue 241

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

Shades of Psychedelic Purple #EC29F1

Tints of Psychedelic Purple #EC29F1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.92%

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

R = 45.56%
G = 7.92%
B = 46.53%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC29F1 (or 0xEC29F1) is known color: Psychedelic Purple. HEX triplet: EC, 29 and F1. RGB value is (236,41,241). Sum of RGB (Red+Green+Blue) = 236+41+241=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC29F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29F1 is #13D60E. Grayscale: #797979. Windows color (decimal): -1299983 or 15804908. OLE color: 15804908.

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

Color convert

RGB 236 41 241 -
CMYK 0.02 0.83 0 0.05
HSL 298.5º 0.88% 0.55% -
HSV(B) 298.5º 0.83% 0.95% -
XYZ 51.26 25.77 85.49 -
YUV 122.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 236 41 241 0.02 0.83 0 0.05 298.5 0.88 0.55
Hex EC 29 F1 2 53 0 5 12A 58 37
Octal 354 51 361 2 123 0 5 452 130 67
Binary 11101100 101001 11110001 10 1010011 0 101 100101010 1011000 110111

Color Harmonies of #EC29F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29F1

Black with #EC29F1

Text Example


Text Example

White with #EC29F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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