Html Css Color HEX #EB16FA Psychedelic Purple

📋 copy color: '#EB16FA'

red 235 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #EB16FA

Tints of Psychedelic Purple #EB16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.34%

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

R = 46.35%
G = 4.34%
B = 49.31%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB16FA (or 0xEB16FA) is known color: Psychedelic Purple. HEX triplet: EB, 16 and FA. RGB value is (235,22,250). Sum of RGB (Red+Green+Blue) = 235+22+250=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB16FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB16FA is #14E905. Grayscale: #6E6E6E. Windows color (decimal): -1370374 or 16389867. OLE color: 16389867.

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

Color convert

RGB 235 22 250 -
CMYK 0.06 0.91 0 0.02
HSL 296.05º 0.96% 0.53% -
HSV(B) 296.05º 0.91% 0.98% -
XYZ 51.8 25.14 92.56 -
YUV 111.68 206.07 215.96 -
System Red Green Blue C M Y K H S L
Decimal 235 22 250 0.06 0.91 0 0.02 296.05 0.96 0.53
Hex EB 16 FA 6 5B 0 2 128 60 35
Octal 353 26 372 6 133 0 2 450 140 65
Binary 11101011 10110 11111010 110 1011011 0 10 100101000 1100000 110101

Color Harmonies of #EB16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB16FA

Black with #EB16FA

Text Example


Text Example

White with #EB16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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