Html Css Color HEX #EB17E7 Psychedelic Purple

📋 copy color: '#EB17E7'

red 235 ◦ green 23 ◦ blue 231

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

Shades of Psychedelic Purple #EB17E7

Tints of Psychedelic Purple #EB17E7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.7%

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

R = 48.06%
G = 4.7%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB17E7 (or 0xEB17E7) is known color: Psychedelic Purple. HEX triplet: EB, 17 and E7. RGB value is (235,23,231). Sum of RGB (Red+Green+Blue) = 235+23+231=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17E7 is #14E818. Grayscale: #6D6D6D. Windows color (decimal): -1370137 or 15144939. OLE color: 15144939.

HSL color Cylindrical-coordinate representation of color #EB17E7: hue angle of 301.13º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17E7 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 231 -
CMYK 0 0.90 0.02 0.08
HSL 301.13º 0.84% 0.51% -
HSV(B) 301.13º 0.9% 0.92% -
XYZ 48.99 24.04 77.66 -
YUV 110.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 235 23 231 0 0.90 0.02 0.08 301.13 0.84 0.51
Hex EB 17 E7 0 5A 2 8 12D 54 33
Octal 353 27 347 0 132 2 10 455 124 63
Binary 11101011 10111 11100111 0 1011010 10 1000 100101101 1010100 110011

Color Harmonies of #EB17E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB17E7

Black with #EB17E7

Text Example


Text Example

White with #EB17E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB17E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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