Html Css Color HEX #EC30FF Psychedelic Purple

📋 copy color: '#EC30FF'

red 236 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #EC30FF

Tints of Psychedelic Purple #EC30FF

RGB

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

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

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

R = 43.78%
G = 8.91%
B = 47.31%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC30FF (or 0xEC30FF) is known color: Psychedelic Purple. HEX triplet: EC, 30 and FF. RGB value is (236,48,255). Sum of RGB (Red+Green+Blue) = 236+48+255=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 48 (19.14% from 255 or 8.91% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30FF is #13CF00. Grayscale: #7F7F7F. Windows color (decimal): -1298177 or 16724204. OLE color: 16724204.

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

Color convert

RGB 236 48 255 -
CMYK 0.07 0.81 0 0
HSL 294.49º 1% 0.59% -
HSV(B) 294.49º 0.81% 1% -
XYZ 53.7 27.17 97.02 -
YUV 127.81 199.78 205.17 -
System Red Green Blue C M Y K H S L
Decimal 236 48 255 0.07 0.81 0 0 294.49 1 0.59
Hex EC 30 FF 7 51 0 0 126 64 3B
Octal 354 60 377 7 121 0 0 446 144 73
Binary 11101100 110000 11111111 111 1010001 0 0 100100110 1100100 111011

Color Harmonies of #EC30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30FF

Black with #EC30FF

Text Example


Text Example

White with #EC30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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