Html Css Color HEX #EB05E5 Psychedelic Purple

📋 copy color: '#EB05E5'

red 235 ◦ green 5 ◦ blue 229

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

Shades of Psychedelic Purple #EB05E5

Tints of Psychedelic Purple #EB05E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 50.11%
G = 1.07%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB05E5 (or 0xEB05E5) is known color: Psychedelic Purple. HEX triplet: EB, 05 and E5. RGB value is (235,5,229). Sum of RGB (Red+Green+Blue) = 235+5+229=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB05E5 is #14FA1A. Grayscale: #626262. Windows color (decimal): -1374747 or 15009259. OLE color: 15009259.

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

Color convert

RGB 235 5 229 -
CMYK 0 0.98 0.03 0.08
HSL 301.57º 0.96% 0.47% -
HSV(B) 301.57º 0.98% 0.92% -
XYZ 48.46 23.43 76.1 -
YUV 99.31 201.2 224.79 -
System Red Green Blue C M Y K H S L
Decimal 235 5 229 0 0.98 0.03 0.08 301.57 0.96 0.47
Hex EB 5 E5 0 62 3 8 12E 60 2F
Octal 353 5 345 0 142 3 10 456 140 57
Binary 11101011 101 11100101 0 1100010 11 1000 100101110 1100000 101111

Color Harmonies of #EB05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05E5

Black with #EB05E5

Text Example


Text Example

White with #EB05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05E5; }

 p { color: rgb(235,5,229); }

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

background-color css

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

 a { background-color: rgb(235,5,229); }

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

border-color css

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

 span { border-color: rgb(235,5,229); }

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