Html Css Color HEX #EB0FED Psychedelic Purple

📋 copy color: '#EB0FED'

red 235 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #EB0FED

Tints of Psychedelic Purple #EB0FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.08%

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

R = 48.25%
G = 3.08%
B = 48.67%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB0FED (or 0xEB0FED) is known color: Psychedelic Purple. HEX triplet: EB, 0F and ED. RGB value is (235,15,237). Sum of RGB (Red+Green+Blue) = 235+15+237=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FED is #14F012. Grayscale: #696969. Windows color (decimal): -1372179 or 15536107. OLE color: 15536107.

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

Color convert

RGB 235 15 237 -
CMYK 0.01 0.94 0 0.07
HSL 299.46º 0.88% 0.49% -
HSV(B) 299.46º 0.94% 0.93% -
XYZ 49.72 24.12 82.16 -
YUV 106.09 201.89 219.95 -
System Red Green Blue C M Y K H S L
Decimal 235 15 237 0.01 0.94 0 0.07 299.46 0.88 0.49
Hex EB F ED 1 5E 0 7 12B 58 31
Octal 353 17 355 1 136 0 7 453 130 61
Binary 11101011 1111 11101101 1 1011110 0 111 100101011 1011000 110001

Color Harmonies of #EB0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FED

Black with #EB0FED

Text Example


Text Example

White with #EB0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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