Html Css Color HEX #EB25EC Psychedelic Purple

📋 copy color: '#EB25EC'

red 235 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #EB25EC

Tints of Psychedelic Purple #EB25EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.28%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 46.26%
G = 7.28%
B = 46.46%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB25EC (or 0xEB25EC) is known color: Psychedelic Purple. HEX triplet: EB, 25 and EC. RGB value is (235,37,236). Sum of RGB (Red+Green+Blue) = 235+37+236=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB25EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB25EC is #14DA13. Grayscale: #767676. Windows color (decimal): -1366548 or 15476203. OLE color: 15476203.

HSL color Cylindrical-coordinate representation of color #EB25EC: hue angle of 299.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB25EC is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 37 236 -
CMYK 0.00 0.84 0 0.07
HSL 299.7º 0.84% 0.54% -
HSV(B) 299.7º 0.84% 0.93% -
XYZ 50.06 25.04 81.55 -
YUV 118.89 194.1 210.82 -
System Red Green Blue C M Y K H S L
Decimal 235 37 236 0.00 0.84 0 0.07 299.7 0.84 0.54
Hex EB 25 EC 0 54 0 7 12C 54 36
Octal 353 45 354 0 124 0 7 454 124 66
Binary 11101011 100101 11101100 0 1010100 0 111 100101100 1010100 110110

Color Harmonies of #EB25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25EC

Black with #EB25EC

Text Example


Text Example

White with #EB25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25EC; }

 p { color: rgb(235,37,236); }

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

background-color css

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

 a { background-color: rgb(235,37,236); }

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

border-color css

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

 span { border-color: rgb(235,37,236); }

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