Html Css Color HEX #EC30FB Psychedelic Purple

📋 copy color: '#EC30FB'

red 236 ◦ green 48 ◦ blue 251

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

Shades of Psychedelic Purple #EC30FB

Tints of Psychedelic Purple #EC30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.92%

R = 44.11%
G = 8.97%
B = 46.92%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC30FB (or 0xEC30FB) is known color: Psychedelic Purple. HEX triplet: EC, 30 and FB. RGB value is (236,48,251). Sum of RGB (Red+Green+Blue) = 236+48+251=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 48 (19.14% from 255 or 8.97% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC30FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30FB is #13CF04. Grayscale: #7E7E7E. Windows color (decimal): -1298181 or 16462060. OLE color: 16462060.

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

Color convert

RGB 236 48 251 -
CMYK 0.06 0.81 0 0.02
HSL 295.57º 0.96% 0.59% -
HSV(B) 295.57º 0.81% 0.98% -
XYZ 53.06 26.91 93.66 -
YUV 127.35 197.78 205.49 -
System Red Green Blue C M Y K H S L
Decimal 236 48 251 0.06 0.81 0 0.02 295.57 0.96 0.59
Hex EC 30 FB 6 51 0 2 128 60 3B
Octal 354 60 373 6 121 0 2 450 140 73
Binary 11101100 110000 11111011 110 1010001 0 10 100101000 1100000 111011

Color Harmonies of #EC30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30FB

Black with #EC30FB

Text Example


Text Example

White with #EC30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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