Html Css Color HEX #EB15FA Psychedelic Purple

📋 copy color: '#EB15FA'

red 235 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #EB15FA

Tints of Psychedelic Purple #EB15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.15%

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 46.44%
G = 4.15%
B = 49.41%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB15FA (or 0xEB15FA) is known color: Psychedelic Purple. HEX triplet: EB, 15 and FA. RGB value is (235,21,250). Sum of RGB (Red+Green+Blue) = 235+21+250=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15FA is #14EA05. Grayscale: #6E6E6E. Windows color (decimal): -1370630 or 16389611. OLE color: 16389611.

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

Color convert

RGB 235 21 250 -
CMYK 0.06 0.92 0 0.02
HSL 296.07º 0.96% 0.53% -
HSV(B) 296.07º 0.92% 0.98% -
XYZ 51.78 25.1 92.56 -
YUV 111.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 235 21 250 0.06 0.92 0 0.02 296.07 0.96 0.53
Hex EB 15 FA 6 5C 0 2 128 60 35
Octal 353 25 372 6 134 0 2 450 140 65
Binary 11101011 10101 11111010 110 1011100 0 10 100101000 1100000 110101

Color Harmonies of #EB15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15FA

Black with #EB15FA

Text Example


Text Example

White with #EB15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15FA; }

 p { color: rgb(235,21,250); }

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

background-color css

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

 a { background-color: rgb(235,21,250); }

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

border-color css

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

 span { border-color: rgb(235,21,250); }

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