Html Css Color HEX #EB14F5 Psychedelic Purple

📋 copy color: '#EB14F5'

red 235 ◦ green 20 ◦ blue 245

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

Shades of Psychedelic Purple #EB14F5

Tints of Psychedelic Purple #EB14F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 47%
G = 4%
B = 49%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EB14F5 (or 0xEB14F5) is known color: Psychedelic Purple. HEX triplet: EB, 14 and F5. RGB value is (235,20,245). Sum of RGB (Red+Green+Blue) = 235+20+245=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB14F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14F5 is #14EB0A. Grayscale: #6D6D6D. Windows color (decimal): -1370891 or 16061675. OLE color: 16061675.

HSL color Cylindrical-coordinate representation of color #EB14F5: hue angle of 297.33º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB14F5 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 20 245 -
CMYK 0.04 0.92 0 0.04
HSL 297.33º 0.92% 0.52% -
HSV(B) 297.33º 0.92% 0.96% -
XYZ 50.99 24.76 88.48 -
YUV 109.94 204.23 217.2 -
System Red Green Blue C M Y K H S L
Decimal 235 20 245 0.04 0.92 0 0.04 297.33 0.92 0.52
Hex EB 14 F5 4 5C 0 4 129 5C 34
Octal 353 24 365 4 134 0 4 451 134 64
Binary 11101011 10100 11110101 100 1011100 0 100 100101001 1011100 110100

Color Harmonies of #EB14F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14F5

Black with #EB14F5

Text Example


Text Example

White with #EB14F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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