Html Css Color HEX #EB32FA Psychedelic Purple

📋 copy color: '#EB32FA'

red 235 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #EB32FA

Tints of Psychedelic Purple #EB32FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.35%

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

R = 43.93%
G = 9.35%
B = 46.73%

CMYK

 C value IS 0.06

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB32FA (or 0xEB32FA) is known color: Psychedelic Purple. HEX triplet: EB, 32 and FA. RGB value is (235,50,250). Sum of RGB (Red+Green+Blue) = 235+50+250=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB32FA is #14CD05. Grayscale: #7F7F7F. Windows color (decimal): -1363206 or 16397035. OLE color: 16397035.

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

Color convert

RGB 235 50 250 -
CMYK 0.06 0.8 0 0.02
HSL 295.5º 0.95% 0.59% -
HSV(B) 295.5º 0.8% 0.98% -
XYZ 52.66 26.85 92.85 -
YUV 128.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 235 50 250 0.06 0.8 0 0.02 295.5 0.95 0.59
Hex EB 32 FA 6 50 0 2 128 5F 3B
Octal 353 62 372 6 120 0 2 450 137 73
Binary 11101011 110010 11111010 110 1010000 0 10 100101000 1011111 111011

Color Harmonies of #EB32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB32FA

Black with #EB32FA

Text Example


Text Example

White with #EB32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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