Html Css Color HEX #EC29FC Psychedelic Purple

📋 copy color: '#EC29FC'

red 236 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #EC29FC

Tints of Psychedelic Purple #EC29FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 44.61%
G = 7.75%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC29FC (or 0xEC29FC) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FC. RGB value is (236,41,252). Sum of RGB (Red+Green+Blue) = 236+41+252=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC29FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FC is #13D603. Grayscale: #7A7A7A. Windows color (decimal): -1299972 or 16525804. OLE color: 16525804.

HSL color Cylindrical-coordinate representation of color #EC29FC: hue angle of 295.45º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC29FC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 41 252 -
CMYK 0.06 0.84 0 0.01
HSL 295.45º 0.97% 0.57% -
HSV(B) 295.45º 0.84% 0.99% -
XYZ 52.96 26.45 94.41 -
YUV 123.36 200.6 208.34 -
System Red Green Blue C M Y K H S L
Decimal 236 41 252 0.06 0.84 0 0.01 295.45 0.97 0.57
Hex EC 29 FC 6 54 0 1 127 61 39
Octal 354 51 374 6 124 0 1 447 141 71
Binary 11101100 101001 11111100 110 1010100 0 1 100100111 1100001 111001

Color Harmonies of #EC29FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29FC

Black with #EC29FC

Text Example


Text Example

White with #EC29FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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