Html Css Color HEX #EB17F2 Psychedelic Purple

📋 copy color: '#EB17F2'

red 235 ◦ green 23 ◦ blue 242

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

Shades of Psychedelic Purple #EB17F2

Tints of Psychedelic Purple #EB17F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 47%
G = 4.6%
B = 48.4%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB17F2 (or 0xEB17F2) is known color: Psychedelic Purple. HEX triplet: EB, 17 and F2. RGB value is (235,23,242). Sum of RGB (Red+Green+Blue) = 235+23+242=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB17F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17F2 is #14E80D. Grayscale: #6E6E6E. Windows color (decimal): -1370126 or 15865835. OLE color: 15865835.

HSL color Cylindrical-coordinate representation of color #EB17F2: hue angle of 298.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17F2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 23 242 -
CMYK 0.03 0.90 0 0.05
HSL 298.08º 0.89% 0.52% -
HSV(B) 298.08º 0.9% 0.95% -
XYZ 50.59 24.69 86.1 -
YUV 111.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 235 23 242 0.03 0.90 0 0.05 298.08 0.89 0.52
Hex EB 17 F2 3 5A 0 5 12A 59 34
Octal 353 27 362 3 132 0 5 452 131 64
Binary 11101011 10111 11110010 11 1011010 0 101 100101010 1011001 110100

Color Harmonies of #EB17F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB17F2

Black with #EB17F2

Text Example


Text Example

White with #EB17F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB17F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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