Html Css Color HEX #EB10ED Psychedelic Purple

📋 copy color: '#EB10ED'

red 235 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #EB10ED

Tints of Psychedelic Purple #EB10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.28%

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

R = 48.16%
G = 3.28%
B = 48.57%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB10ED (or 0xEB10ED) is known color: Psychedelic Purple. HEX triplet: EB, 10 and ED. RGB value is (235,16,237). Sum of RGB (Red+Green+Blue) = 235+16+237=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10ED is #14EF12. Grayscale: #6A6A6A. Windows color (decimal): -1371923 or 15536363. OLE color: 15536363.

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

Color convert

RGB 235 16 237 -
CMYK 0.01 0.93 0 0.07
HSL 299.46º 0.87% 0.5% -
HSV(B) 299.46º 0.93% 0.93% -
XYZ 49.73 24.15 82.16 -
YUV 106.68 201.55 219.53 -
System Red Green Blue C M Y K H S L
Decimal 235 16 237 0.01 0.93 0 0.07 299.46 0.87 0.5
Hex EB 10 ED 1 5D 0 7 12B 57 32
Octal 353 20 355 1 135 0 7 453 127 62
Binary 11101011 10000 11101101 1 1011101 0 111 100101011 1010111 110010

Color Harmonies of #EB10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10ED

Black with #EB10ED

Text Example


Text Example

White with #EB10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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