Html Css Color HEX #EB0CED Psychedelic Purple

📋 copy color: '#EB0CED'

red 235 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #EB0CED

Tints of Psychedelic Purple #EB0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.48%

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

R = 48.55%
G = 2.48%
B = 48.97%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB0CED (or 0xEB0CED) is known color: Psychedelic Purple. HEX triplet: EB, 0C and ED. RGB value is (235,12,237). Sum of RGB (Red+Green+Blue) = 235+12+237=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0CED is #14F312. Grayscale: #676767. Windows color (decimal): -1372947 or 15535339. OLE color: 15535339.

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

Color convert

RGB 235 12 237 -
CMYK 0.01 0.95 0 0.07
HSL 299.47º 0.9% 0.49% -
HSV(B) 299.47º 0.95% 0.93% -
XYZ 49.68 24.04 82.14 -
YUV 104.33 202.88 221.2 -
System Red Green Blue C M Y K H S L
Decimal 235 12 237 0.01 0.95 0 0.07 299.47 0.9 0.49
Hex EB C ED 1 5F 0 7 12B 5A 31
Octal 353 14 355 1 137 0 7 453 132 61
Binary 11101011 1100 11101101 1 1011111 0 111 100101011 1011010 110001

Color Harmonies of #EB0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CED

Black with #EB0CED

Text Example


Text Example

White with #EB0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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