Html Css Color HEX #EC29FF Psychedelic Purple

📋 copy color: '#EC29FF'

red 236 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #EC29FF

Tints of Psychedelic Purple #EC29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 44.36%
G = 7.71%
B = 47.93%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC29FF (or 0xEC29FF) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FF. RGB value is (236,41,255). Sum of RGB (Red+Green+Blue) = 236+41+255=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 41 (16.41% from 255 or 7.71% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FF is #13D600. Grayscale: #7B7B7B. Windows color (decimal): -1299969 or 16722412. OLE color: 16722412.

HSL color Cylindrical-coordinate representation of color #EC29FF: hue angle of 294.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC29FF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 41 255 -
CMYK 0.07 0.84 0 0
HSL 294.67º 1% 0.58% -
HSV(B) 294.67º 0.84% 1% -
XYZ 53.44 26.64 96.93 -
YUV 123.7 202.1 208.1 -
System Red Green Blue C M Y K H S L
Decimal 236 41 255 0.07 0.84 0 0 294.67 1 0.58
Hex EC 29 FF 7 54 0 0 127 64 3A
Octal 354 51 377 7 124 0 0 447 144 72
Binary 11101100 101001 11111111 111 1010100 0 0 100100111 1100100 111010

Color Harmonies of #EC29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29FF

Black with #EC29FF

Text Example


Text Example

White with #EC29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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