Html Css Color HEX #EC30F6 Psychedelic Purple

📋 copy color: '#EC30F6'

red 236 ◦ green 48 ◦ blue 246

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

Shades of Psychedelic Purple #EC30F6

Tints of Psychedelic Purple #EC30F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 44.53%
G = 9.06%
B = 46.42%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC30F6 (or 0xEC30F6) is known color: Psychedelic Purple. HEX triplet: EC, 30 and F6. RGB value is (236,48,246). Sum of RGB (Red+Green+Blue) = 236+48+246=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC30F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30F6 is #13CF09. Grayscale: #7E7E7E. Windows color (decimal): -1298186 or 16134380. OLE color: 16134380.

HSL color Cylindrical-coordinate representation of color #EC30F6: hue angle of 296.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30F6 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 48 246 -
CMYK 0.04 0.80 0 0.04
HSL 296.97º 0.92% 0.58% -
HSV(B) 296.97º 0.8% 0.96% -
XYZ 52.28 26.6 89.57 -
YUV 126.78 195.28 205.9 -
System Red Green Blue C M Y K H S L
Decimal 236 48 246 0.04 0.80 0 0.04 296.97 0.92 0.58
Hex EC 30 F6 4 50 0 4 129 5C 3A
Octal 354 60 366 4 120 0 4 451 134 72
Binary 11101100 110000 11110110 100 1010000 0 100 100101001 1011100 111010

Color Harmonies of #EC30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30F6

Black with #EC30F6

Text Example


Text Example

White with #EC30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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