Html Css Color HEX #EB14E9 Psychedelic Purple

📋 copy color: '#EB14E9'

red 235 ◦ green 20 ◦ blue 233

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

Shades of Psychedelic Purple #EB14E9

Tints of Psychedelic Purple #EB14E9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.1%

 BLUE value IS 233 (91.41% from 255) = 47.75%

R = 48.16%
G = 4.1%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB14E9 (or 0xEB14E9) is known color: Psychedelic Purple. HEX triplet: EB, 14 and E9. RGB value is (235,20,233). Sum of RGB (Red+Green+Blue) = 235+20+233=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14E9 is #14EB16. Grayscale: #6B6B6B. Windows color (decimal): -1370903 or 15275243. OLE color: 15275243.

HSL color Cylindrical-coordinate representation of color #EB14E9: hue angle of 300.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB14E9 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 20 233 -
CMYK 0 0.91 0.01 0.08
HSL 300.56º 0.84% 0.5% -
HSV(B) 300.56º 0.91% 0.92% -
XYZ 49.22 24.05 79.14 -
YUV 108.57 198.23 218.18 -
System Red Green Blue C M Y K H S L
Decimal 235 20 233 0 0.91 0.01 0.08 300.56 0.84 0.5
Hex EB 14 E9 0 5B 1 8 12D 54 32
Octal 353 24 351 0 133 1 10 455 124 62
Binary 11101011 10100 11101001 0 1011011 1 1000 100101101 1010100 110010

Color Harmonies of #EB14E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14E9

Black with #EB14E9

Text Example


Text Example

White with #EB14E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14E9; }

 p { color: rgb(235,20,233); }

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

background-color css

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

 a { background-color: rgb(235,20,233); }

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

border-color css

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

 span { border-color: rgb(235,20,233); }

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