Html Css Color HEX #EC02FB Psychedelic Purple

📋 copy color: '#EC02FB'

red 236 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #EC02FB

Tints of Psychedelic Purple #EC02FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 48.26%
G = 0.41%
B = 51.33%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC02FB (or 0xEC02FB) is known color: Psychedelic Purple. HEX triplet: EC, 02 and FB. RGB value is (236,2,251). Sum of RGB (Red+Green+Blue) = 236+2+251=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02FB is #13FD04. Grayscale: #636363. Windows color (decimal): -1309957 or 16450284. OLE color: 16450284.

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

Color convert

RGB 236 2 251 -
CMYK 0.06 0.99 0 0.02
HSL 296.39º 0.98% 0.5% -
HSV(B) 296.39º 0.99% 0.98% -
XYZ 52.03 24.84 93.32 -
YUV 100.35 213.02 224.75 -
System Red Green Blue C M Y K H S L
Decimal 236 2 251 0.06 0.99 0 0.02 296.39 0.98 0.5
Hex EC 2 FB 6 63 0 2 128 62 32
Octal 354 2 373 6 143 0 2 450 142 62
Binary 11101100 10 11111011 110 1100011 0 10 100101000 1100010 110010

Color Harmonies of #EC02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02FB

Black with #EC02FB

Text Example


Text Example

White with #EC02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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