Html Css Color HEX #EC21FB Psychedelic Purple

📋 copy color: '#EC21FB'

red 236 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #EC21FB

Tints of Psychedelic Purple #EC21FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.35%

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

R = 45.38%
G = 6.35%
B = 48.27%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC21FB (or 0xEC21FB) is known color: Psychedelic Purple. HEX triplet: EC, 21 and FB. RGB value is (236,33,251). Sum of RGB (Red+Green+Blue) = 236+33+251=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 33 (13.28% from 255 or 6.35% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC21FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC21FB is #13DE04. Grayscale: #757575. Windows color (decimal): -1302021 or 16458220. OLE color: 16458220.

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

Color convert

RGB 236 33 251 -
CMYK 0.06 0.87 0 0.02
HSL 295.87º 0.96% 0.56% -
HSV(B) 295.87º 0.87% 0.98% -
XYZ 52.55 25.89 93.49 -
YUV 118.55 202.75 211.77 -
System Red Green Blue C M Y K H S L
Decimal 236 33 251 0.06 0.87 0 0.02 295.87 0.96 0.56
Hex EC 21 FB 6 57 0 2 128 60 38
Octal 354 41 373 6 127 0 2 450 140 70
Binary 11101100 100001 11111011 110 1010111 0 10 100101000 1100000 111000

Color Harmonies of #EC21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21FB

Black with #EC21FB

Text Example


Text Example

White with #EC21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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