Html Css Color HEX #EB05E7 Psychedelic Purple

📋 copy color: '#EB05E7'

red 235 ◦ green 5 ◦ blue 231

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

Shades of Psychedelic Purple #EB05E7

Tints of Psychedelic Purple #EB05E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 49.89%
G = 1.06%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB05E7 (or 0xEB05E7) is known color: Psychedelic Purple. HEX triplet: EB, 05 and E7. RGB value is (235,5,231). Sum of RGB (Red+Green+Blue) = 235+5+231=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB05E7 is #14FA18. Grayscale: #626262. Windows color (decimal): -1374745 or 15140331. OLE color: 15140331.

HSL color Cylindrical-coordinate representation of color #EB05E7: hue angle of 301.04º 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 #EB05E7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 5 231 -
CMYK 0 0.98 0.02 0.08
HSL 301.04º 0.96% 0.47% -
HSV(B) 301.04º 0.98% 0.92% -
XYZ 48.74 23.54 77.58 -
YUV 99.53 202.2 224.62 -
System Red Green Blue C M Y K H S L
Decimal 235 5 231 0 0.98 0.02 0.08 301.04 0.96 0.47
Hex EB 5 E7 0 62 2 8 12D 60 2F
Octal 353 5 347 0 142 2 10 455 140 57
Binary 11101011 101 11100111 0 1100010 10 1000 100101101 1100000 101111

Color Harmonies of #EB05E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05E7

Black with #EB05E7

Text Example


Text Example

White with #EB05E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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