Html Css Color HEX #EB10F2 Psychedelic Purple

📋 copy color: '#EB10F2'

red 235 ◦ green 16 ◦ blue 242

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

Shades of Psychedelic Purple #EB10F2

Tints of Psychedelic Purple #EB10F2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

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

R = 47.67%
G = 3.25%
B = 49.09%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB10F2 (or 0xEB10F2) is known color: Psychedelic Purple. HEX triplet: EB, 10 and F2. RGB value is (235,16,242). Sum of RGB (Red+Green+Blue) = 235+16+242=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB10F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10F2 is #14EF0D. Grayscale: #6A6A6A. Windows color (decimal): -1371918 or 15864043. OLE color: 15864043.

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

Color convert

RGB 235 16 242 -
CMYK 0.03 0.93 0 0.05
HSL 298.14º 0.9% 0.51% -
HSV(B) 298.14º 0.93% 0.95% -
XYZ 50.47 24.44 86.06 -
YUV 107.25 204.05 219.12 -
System Red Green Blue C M Y K H S L
Decimal 235 16 242 0.03 0.93 0 0.05 298.14 0.9 0.51
Hex EB 10 F2 3 5D 0 5 12A 5A 33
Octal 353 20 362 3 135 0 5 452 132 63
Binary 11101011 10000 11110010 11 1011101 0 101 100101010 1011010 110011

Color Harmonies of #EB10F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10F2

Black with #EB10F2

Text Example


Text Example

White with #EB10F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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