Html Css Color HEX #EC30FD Psychedelic Purple

📋 copy color: '#EC30FD'

red 236 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #EC30FD

Tints of Psychedelic Purple #EC30FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.94%

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

R = 43.95%
G = 8.94%
B = 47.11%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC30FD (or 0xEC30FD) is known color: Psychedelic Purple. HEX triplet: EC, 30 and FD. RGB value is (236,48,253). Sum of RGB (Red+Green+Blue) = 236+48+253=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC30FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30FD is #13CF02. Grayscale: #7E7E7E. Windows color (decimal): -1298179 or 16593132. OLE color: 16593132.

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

Color convert

RGB 236 48 253 -
CMYK 0.07 0.81 0 0.01
HSL 295.02º 0.98% 0.59% -
HSV(B) 295.02º 0.81% 0.99% -
XYZ 53.38 27.04 95.33 -
YUV 127.58 198.78 205.33 -
System Red Green Blue C M Y K H S L
Decimal 236 48 253 0.07 0.81 0 0.01 295.02 0.98 0.59
Hex EC 30 FD 7 51 0 1 127 62 3B
Octal 354 60 375 7 121 0 1 447 142 73
Binary 11101100 110000 11111101 111 1010001 0 1 100100111 1100010 111011

Color Harmonies of #EC30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30FD

Black with #EC30FD

Text Example


Text Example

White with #EC30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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