Html Css Color HEX #EC08ED Psychedelic Purple

📋 copy color: '#EC08ED'

red 236 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #EC08ED

Tints of Psychedelic Purple #EC08ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 49.06%
G = 1.66%
B = 49.27%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC08ED (or 0xEC08ED) is known color: Psychedelic Purple. HEX triplet: EC, 08 and ED. RGB value is (236,8,237). Sum of RGB (Red+Green+Blue) = 236+8+237=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC08ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08ED is #13F712. Grayscale: #656565. Windows color (decimal): -1308435 or 15534316. OLE color: 15534316.

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

Color convert

RGB 236 8 237 -
CMYK 0.00 0.97 0 0.07
HSL 299.74º 0.93% 0.48% -
HSV(B) 299.74º 0.97% 0.93% -
XYZ 49.96 24.12 82.14 -
YUV 102.28 204.04 223.38 -
System Red Green Blue C M Y K H S L
Decimal 236 8 237 0.00 0.97 0 0.07 299.74 0.93 0.48
Hex EC 8 ED 0 61 0 7 12C 5D 30
Octal 354 10 355 0 141 0 7 454 135 60
Binary 11101100 1000 11101101 0 1100001 0 111 100101100 1011101 110000

Color Harmonies of #EC08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08ED

Black with #EC08ED

Text Example


Text Example

White with #EC08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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