Html Css Color HEX #EC08EE Psychedelic Purple

📋 copy color: '#EC08EE'

red 236 ◦ green 8 ◦ blue 238

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

Shades of Psychedelic Purple #EC08EE

Tints of Psychedelic Purple #EC08EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 48.96%
G = 1.66%
B = 49.38%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC08EE (or 0xEC08EE) is known color: Psychedelic Purple. HEX triplet: EC, 08 and EE. RGB value is (236,8,238). Sum of RGB (Red+Green+Blue) = 236+8+238=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 8 (3.52% from 255 or 1.66% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC08EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08EE is #13F711. Grayscale: #656565. Windows color (decimal): -1308434 or 15599852. OLE color: 15599852.

HSL color Cylindrical-coordinate representation of color #EC08EE: hue angle of 299.48º 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 #EC08EE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 8 238 -
CMYK 0.01 0.97 0 0.07
HSL 299.48º 0.93% 0.48% -
HSV(B) 299.48º 0.97% 0.93% -
XYZ 50.11 24.18 82.91 -
YUV 102.39 204.54 223.3 -
System Red Green Blue C M Y K H S L
Decimal 236 8 238 0.01 0.97 0 0.07 299.48 0.93 0.48
Hex EC 8 EE 1 61 0 7 12B 5D 30
Octal 354 10 356 1 141 0 7 453 135 60
Binary 11101100 1000 11101110 1 1100001 0 111 100101011 1011101 110000

Color Harmonies of #EC08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08EE

Black with #EC08EE

Text Example


Text Example

White with #EC08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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