Html Css Color HEX #EC04FB Psychedelic Purple

📋 copy color: '#EC04FB'

red 236 ◦ green 4 ◦ blue 251

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

Shades of Psychedelic Purple #EC04FB

Tints of Psychedelic Purple #EC04FB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 48.07%
G = 0.81%
B = 51.12%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC04FB (or 0xEC04FB) is known color: Psychedelic Purple. HEX triplet: EC, 04 and FB. RGB value is (236,4,251). Sum of RGB (Red+Green+Blue) = 236+4+251=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC04FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04FB is #13FB04. Grayscale: #646464. Windows color (decimal): -1309445 or 16450796. OLE color: 16450796.

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

Color convert

RGB 236 4 251 -
CMYK 0.06 0.98 0 0.02
HSL 296.36º 0.97% 0.5% -
HSV(B) 296.36º 0.98% 0.98% -
XYZ 52.05 24.88 93.33 -
YUV 101.53 212.36 223.92 -
System Red Green Blue C M Y K H S L
Decimal 236 4 251 0.06 0.98 0 0.02 296.36 0.97 0.5
Hex EC 4 FB 6 62 0 2 128 61 32
Octal 354 4 373 6 142 0 2 450 141 62
Binary 11101100 100 11111011 110 1100010 0 10 100101000 1100001 110010

Color Harmonies of #EC04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04FB

Black with #EC04FB

Text Example


Text Example

White with #EC04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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