Html Css Color HEX #EB06E6 Psychedelic Purple

📋 copy color: '#EB06E6'

red 235 ◦ green 6 ◦ blue 230

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

Shades of Psychedelic Purple #EB06E6

Tints of Psychedelic Purple #EB06E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 230 (90.23% from 255) = 48.83%

R = 49.89%
G = 1.27%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB06E6 (or 0xEB06E6) is known color: Psychedelic Purple. HEX triplet: EB, 06 and E6. RGB value is (235,6,230). Sum of RGB (Red+Green+Blue) = 235+6+230=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB06E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB06E6 is #14F919. Grayscale: #636363. Windows color (decimal): -1374490 or 15075051. OLE color: 15075051.

HSL color Cylindrical-coordinate representation of color #EB06E6: hue angle of 301.31º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB06E6 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 6 230 -
CMYK 0 0.97 0.02 0.08
HSL 301.31º 0.95% 0.47% -
HSV(B) 301.31º 0.97% 0.92% -
XYZ 48.61 23.51 76.84 -
YUV 100.01 201.37 224.29 -
System Red Green Blue C M Y K H S L
Decimal 235 6 230 0 0.97 0.02 0.08 301.31 0.95 0.47
Hex EB 6 E6 0 61 2 8 12D 5F 2F
Octal 353 6 346 0 141 2 10 455 137 57
Binary 11101011 110 11100110 0 1100001 10 1000 100101101 1011111 101111

Color Harmonies of #EB06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB06E6

Black with #EB06E6

Text Example


Text Example

White with #EB06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB06E6; }

 p { color: rgb(235,6,230); }

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

background-color css

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

 a { background-color: rgb(235,6,230); }

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

border-color css

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

 span { border-color: rgb(235,6,230); }

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