Html Css Color HEX #EC13FB Psychedelic Purple

📋 copy color: '#EC13FB'

red 236 ◦ green 19 ◦ blue 251

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

Shades of Psychedelic Purple #EC13FB

Tints of Psychedelic Purple #EC13FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

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

R = 46.64%
G = 3.75%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC13FB (or 0xEC13FB) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FB. RGB value is (236,19,251). Sum of RGB (Red+Green+Blue) = 236+19+251=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC13FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FB is #13EC04. Grayscale: #6D6D6D. Windows color (decimal): -1305605 or 16454636. OLE color: 16454636.

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

Color convert

RGB 236 19 251 -
CMYK 0.06 0.92 0 0.02
HSL 296.12º 0.97% 0.53% -
HSV(B) 296.12º 0.92% 0.98% -
XYZ 52.24 25.26 93.39 -
YUV 110.33 207.39 217.64 -
System Red Green Blue C M Y K H S L
Decimal 236 19 251 0.06 0.92 0 0.02 296.12 0.97 0.53
Hex EC 13 FB 6 5C 0 2 128 61 35
Octal 354 23 373 6 134 0 2 450 141 65
Binary 11101100 10011 11111011 110 1011100 0 10 100101000 1100001 110101

Color Harmonies of #EC13FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FB

Black with #EC13FB

Text Example


Text Example

White with #EC13FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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