Html Css Color HEX #EC1BEE Psychedelic Purple

📋 copy color: '#EC1BEE'

red 236 ◦ green 27 ◦ blue 238

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

Shades of Psychedelic Purple #EC1BEE

Tints of Psychedelic Purple #EC1BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.39%

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

R = 47.11%
G = 5.39%
B = 47.5%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC1BEE (or 0xEC1BEE) is known color: Psychedelic Purple. HEX triplet: EC, 1B and EE. RGB value is (236,27,238). Sum of RGB (Red+Green+Blue) = 236+27+238=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BEE is #13E411. Grayscale: #707070. Windows color (decimal): -1303570 or 15604716. OLE color: 15604716.

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

Color convert

RGB 236 27 238 -
CMYK 0.01 0.89 0 0.07
HSL 299.43º 0.86% 0.52% -
HSV(B) 299.43º 0.89% 0.93% -
XYZ 50.42 24.79 83.02 -
YUV 113.55 198.24 215.34 -
System Red Green Blue C M Y K H S L
Decimal 236 27 238 0.01 0.89 0 0.07 299.43 0.86 0.52
Hex EC 1B EE 1 59 0 7 12B 56 34
Octal 354 33 356 1 131 0 7 453 126 64
Binary 11101100 11011 11101110 1 1011001 0 111 100101011 1010110 110100

Color Harmonies of #EC1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BEE

Black with #EC1BEE

Text Example


Text Example

White with #EC1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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