Html Css Color HEX #EB14F0 Psychedelic Purple

📋 copy color: '#EB14F0'

red 235 ◦ green 20 ◦ blue 240

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

Shades of Psychedelic Purple #EB14F0

Tints of Psychedelic Purple #EB14F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 47.47%
G = 4.04%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB14F0 (or 0xEB14F0) is known color: Psychedelic Purple. HEX triplet: EB, 14 and F0. RGB value is (235,20,240). Sum of RGB (Red+Green+Blue) = 235+20+240=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 20 (8.20% from 255 or 4.04% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB14F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14F0 is #14EB0F. Grayscale: #6C6C6C. Windows color (decimal): -1370896 or 15733995. OLE color: 15733995.

HSL color Cylindrical-coordinate representation of color #EB14F0: hue angle of 298.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB14F0 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 20 240 -
CMYK 0.02 0.92 0 0.06
HSL 298.64º 0.88% 0.51% -
HSV(B) 298.64º 0.92% 0.94% -
XYZ 50.24 24.45 84.51 -
YUV 109.37 201.73 217.61 -
System Red Green Blue C M Y K H S L
Decimal 235 20 240 0.02 0.92 0 0.06 298.64 0.88 0.51
Hex EB 14 F0 2 5C 0 6 12B 58 33
Octal 353 24 360 2 134 0 6 453 130 63
Binary 11101011 10100 11110000 10 1011100 0 110 100101011 1011000 110011

Color Harmonies of #EB14F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14F0

Black with #EB14F0

Text Example


Text Example

White with #EB14F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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