Html Css Color HEX #EC1CED Psychedelic Purple

📋 copy color: '#EC1CED'

red 236 ◦ green 28 ◦ blue 237

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

Shades of Psychedelic Purple #EC1CED

Tints of Psychedelic Purple #EC1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.59%

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

R = 47.11%
G = 5.59%
B = 47.31%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC1CED (or 0xEC1CED) is known color: Psychedelic Purple. HEX triplet: EC, 1C and ED. RGB value is (236,28,237). Sum of RGB (Red+Green+Blue) = 236+28+237=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CED is #13E312. Grayscale: #717171. Windows color (decimal): -1303315 or 15539436. OLE color: 15539436.

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

Color convert

RGB 236 28 237 -
CMYK 0.00 0.88 0 0.07
HSL 299.71º 0.85% 0.52% -
HSV(B) 299.71º 0.88% 0.93% -
XYZ 50.29 24.78 82.25 -
YUV 114.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 236 28 237 0.00 0.88 0 0.07 299.71 0.85 0.52
Hex EC 1C ED 0 58 0 7 12C 55 34
Octal 354 34 355 0 130 0 7 454 125 64
Binary 11101100 11100 11101101 0 1011000 0 111 100101100 1010101 110100

Color Harmonies of #EC1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CED

Black with #EC1CED

Text Example


Text Example

White with #EC1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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