Html Css Color HEX #EB14E6 Psychedelic Purple

📋 copy color: '#EB14E6'

red 235 ◦ green 20 ◦ blue 230

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

Shades of Psychedelic Purple #EB14E6

Tints of Psychedelic Purple #EB14E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 48.45%
G = 4.12%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB14E6 (or 0xEB14E6) is known color: Psychedelic Purple. HEX triplet: EB, 14 and E6. RGB value is (235,20,230). Sum of RGB (Red+Green+Blue) = 235+20+230=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14E6 is #14EB19. Grayscale: #6B6B6B. Windows color (decimal): -1370906 or 15078635. OLE color: 15078635.

HSL color Cylindrical-coordinate representation of color #EB14E6: hue angle of 301.4º 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 #EB14E6 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 20 230 -
CMYK 0 0.91 0.02 0.08
HSL 301.4º 0.84% 0.5% -
HSV(B) 301.4º 0.91% 0.92% -
XYZ 48.79 23.88 76.9 -
YUV 108.23 196.73 218.42 -
System Red Green Blue C M Y K H S L
Decimal 235 20 230 0 0.91 0.02 0.08 301.4 0.84 0.5
Hex EB 14 E6 0 5B 2 8 12D 54 32
Octal 353 24 346 0 133 2 10 455 124 62
Binary 11101011 10100 11100110 0 1011011 10 1000 100101101 1010100 110010

Color Harmonies of #EB14E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14E6

Black with #EB14E6

Text Example


Text Example

White with #EB14E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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