Html Css Color HEX #EB1CED Psychedelic Purple

📋 copy color: '#EB1CED'

red 235 ◦ green 28 ◦ blue 237

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

Shades of Psychedelic Purple #EB1CED

Tints of Psychedelic Purple #EB1CED

RGB

 RED value IS 235 (92.19% from 255) = 47%

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

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

R = 47%
G = 5.6%
B = 47.4%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB1CED (or 0xEB1CED) is known color: Psychedelic Purple. HEX triplet: EB, 1C and ED. RGB value is (235,28,237). Sum of RGB (Red+Green+Blue) = 235+28+237=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB1CED is #14E312. Grayscale: #717171. Windows color (decimal): -1368851 or 15539435. OLE color: 15539435.

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

Color convert

RGB 235 28 237 -
CMYK 0.01 0.88 0 0.07
HSL 299.43º 0.85% 0.52% -
HSV(B) 299.43º 0.88% 0.93% -
XYZ 49.96 24.61 82.24 -
YUV 113.72 197.58 214.51 -
System Red Green Blue C M Y K H S L
Decimal 235 28 237 0.01 0.88 0 0.07 299.43 0.85 0.52
Hex EB 1C ED 1 58 0 7 12B 55 34
Octal 353 34 355 1 130 0 7 453 125 64
Binary 11101011 11100 11101101 1 1011000 0 111 100101011 1010101 110100

Color Harmonies of #EB1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1CED

Black with #EB1CED

Text Example


Text Example

White with #EB1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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