Html Css Color HEX #EB13F0 Psychedelic Purple

📋 copy color: '#EB13F0'

red 235 ◦ green 19 ◦ blue 240

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

Shades of Psychedelic Purple #EB13F0

Tints of Psychedelic Purple #EB13F0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

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

R = 47.57%
G = 3.85%
B = 48.58%

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

#EB13F0 (or 0xEB13F0) is known color: Psychedelic Purple. HEX triplet: EB, 13 and F0. RGB value is (235,19,240). Sum of RGB (Red+Green+Blue) = 235+19+240=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB13F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB13F0 is #14EC0F. Grayscale: #6C6C6C. Windows color (decimal): -1371152 or 15733739. OLE color: 15733739.

HSL color Cylindrical-coordinate representation of color #EB13F0: 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 #EB13F0 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 19 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.22 24.42 84.5 -
YUV 108.78 202.06 218.03 -
System Red Green Blue C M Y K H S L
Decimal 235 19 240 0.02 0.92 0 0.06 298.64 0.88 0.51
Hex EB 13 F0 2 5C 0 6 12B 58 33
Octal 353 23 360 2 134 0 6 453 130 63
Binary 11101011 10011 11110000 10 1011100 0 110 100101011 1011000 110011

Color Harmonies of #EB13F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB13F0

Black with #EB13F0

Text Example


Text Example

White with #EB13F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB13F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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