Html Css Color HEX #EB0FF1 Psychedelic Purple

📋 copy color: '#EB0FF1'

red 235 ◦ green 15 ◦ blue 241

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

Shades of Psychedelic Purple #EB0FF1

Tints of Psychedelic Purple #EB0FF1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.05%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 47.86%
G = 3.05%
B = 49.08%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB0FF1 (or 0xEB0FF1) is known color: Psychedelic Purple. HEX triplet: EB, 0F and F1. RGB value is (235,15,241). Sum of RGB (Red+Green+Blue) = 235+15+241=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB0FF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FF1 is #14F00E. Grayscale: #696969. Windows color (decimal): -1372175 or 15798251. OLE color: 15798251.

HSL color Cylindrical-coordinate representation of color #EB0FF1: hue angle of 298.41º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FF1 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 15 241 -
CMYK 0.02 0.94 0 0.05
HSL 298.41º 0.89% 0.5% -
HSV(B) 298.41º 0.94% 0.95% -
XYZ 50.31 24.35 85.27 -
YUV 106.54 203.89 219.62 -
System Red Green Blue C M Y K H S L
Decimal 235 15 241 0.02 0.94 0 0.05 298.41 0.89 0.5
Hex EB F F1 2 5E 0 5 12A 59 32
Octal 353 17 361 2 136 0 5 452 131 62
Binary 11101011 1111 11110001 10 1011110 0 101 100101010 1011001 110010

Color Harmonies of #EB0FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FF1

Black with #EB0FF1

Text Example


Text Example

White with #EB0FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FF1; }

 p { color: rgb(235,15,241); }

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

background-color css

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

 a { background-color: rgb(235,15,241); }

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

border-color css

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

 span { border-color: rgb(235,15,241); }

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