Html Css Color HEX #EC08FF Psychedelic Purple

📋 copy color: '#EC08FF'

red 236 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #EC08FF

Tints of Psychedelic Purple #EC08FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 47.29%
G = 1.6%
B = 51.1%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC08FF (or 0xEC08FF) is known color: Psychedelic Purple. HEX triplet: EC, 08 and FF. RGB value is (236,8,255). Sum of RGB (Red+Green+Blue) = 236+8+255=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08FF is #13F700. Grayscale: #676767. Windows color (decimal): -1308417 or 16713964. OLE color: 16713964.

HSL color Cylindrical-coordinate representation of color #EC08FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08FF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 8 255 -
CMYK 0.07 0.97 0 0
HSL 295.38º 1% 0.52% -
HSV(B) 295.38º 0.97% 1% -
XYZ 52.73 25.23 96.7 -
YUV 104.33 213.04 221.92 -
System Red Green Blue C M Y K H S L
Decimal 236 8 255 0.07 0.97 0 0 295.38 1 0.52
Hex EC 8 FF 7 61 0 0 127 64 34
Octal 354 10 377 7 141 0 0 447 144 64
Binary 11101100 1000 11111111 111 1100001 0 0 100100111 1100100 110100

Color Harmonies of #EC08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08FF

Black with #EC08FF

Text Example


Text Example

White with #EC08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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