Html Css Color HEX #EB0FFB Psychedelic Purple

📋 copy color: '#EB0FFB'

red 235 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #EB0FFB

Tints of Psychedelic Purple #EB0FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 46.91%
G = 2.99%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB0FFB (or 0xEB0FFB) is known color: Psychedelic Purple. HEX triplet: EB, 0F and FB. RGB value is (235,15,251). Sum of RGB (Red+Green+Blue) = 235+15+251=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FFB is #14F004. Grayscale: #6A6A6A. Windows color (decimal): -1372165 or 16453611. OLE color: 16453611.

HSL color Cylindrical-coordinate representation of color #EB0FFB: hue angle of 295.93º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FFB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 15 251 -
CMYK 0.06 0.94 0 0.02
HSL 295.93º 0.97% 0.52% -
HSV(B) 295.93º 0.94% 0.98% -
XYZ 51.84 24.97 93.35 -
YUV 107.68 208.89 218.81 -
System Red Green Blue C M Y K H S L
Decimal 235 15 251 0.06 0.94 0 0.02 295.93 0.97 0.52
Hex EB F FB 6 5E 0 2 128 61 34
Octal 353 17 373 6 136 0 2 450 141 64
Binary 11101011 1111 11111011 110 1011110 0 10 100101000 1100001 110100

Color Harmonies of #EB0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FFB

Black with #EB0FFB

Text Example


Text Example

White with #EB0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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