Html Css Color HEX #EC08FA Psychedelic Purple

📋 copy color: '#EC08FA'

red 236 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #EC08FA

Tints of Psychedelic Purple #EC08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.62%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 47.77%
G = 1.62%
B = 50.61%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC08FA (or 0xEC08FA) is known color: Psychedelic Purple. HEX triplet: EC, 08 and FA. RGB value is (236,8,250). Sum of RGB (Red+Green+Blue) = 236+8+250=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 8 (3.52% from 255 or 1.62% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC08FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08FA is #13F705. Grayscale: #676767. Windows color (decimal): -1308422 or 16386284. OLE color: 16386284.

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

Color convert

RGB 236 8 250 -
CMYK 0.06 0.97 0 0.02
HSL 296.53º 0.96% 0.51% -
HSV(B) 296.53º 0.97% 0.98% -
XYZ 51.93 24.91 92.51 -
YUV 103.76 210.54 222.32 -
System Red Green Blue C M Y K H S L
Decimal 236 8 250 0.06 0.97 0 0.02 296.53 0.96 0.51
Hex EC 8 FA 6 61 0 2 129 60 33
Octal 354 10 372 6 141 0 2 451 140 63
Binary 11101100 1000 11111010 110 1100001 0 10 100101001 1100000 110011

Color Harmonies of #EC08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08FA

Black with #EC08FA

Text Example


Text Example

White with #EC08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08FA; }

 p { color: rgb(236,8,250); }

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

background-color css

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

 a { background-color: rgb(236,8,250); }

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

border-color css

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

 span { border-color: rgb(236,8,250); }

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