Html Css Color HEX #EC29FD Psychedelic Purple

📋 copy color: '#EC29FD'

red 236 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #EC29FD

Tints of Psychedelic Purple #EC29FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 44.53%
G = 7.74%
B = 47.74%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC29FD (or 0xEC29FD) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FD. RGB value is (236,41,253). Sum of RGB (Red+Green+Blue) = 236+41+253=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC29FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FD is #13D602. Grayscale: #7A7A7A. Windows color (decimal): -1299971 or 16591340. OLE color: 16591340.

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

Color convert

RGB 236 41 253 -
CMYK 0.07 0.84 0 0.01
HSL 295.19º 0.98% 0.58% -
HSV(B) 295.19º 0.84% 0.99% -
XYZ 53.11 26.51 95.25 -
YUV 123.47 201.1 208.26 -
System Red Green Blue C M Y K H S L
Decimal 236 41 253 0.07 0.84 0 0.01 295.19 0.98 0.58
Hex EC 29 FD 7 54 0 1 127 62 3A
Octal 354 51 375 7 124 0 1 447 142 72
Binary 11101100 101001 11111101 111 1010100 0 1 100100111 1100010 111010

Color Harmonies of #EC29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29FD

Black with #EC29FD

Text Example


Text Example

White with #EC29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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