Html Css Color HEX #EB07E6 Psychedelic Purple

📋 copy color: '#EB07E6'

red 235 ◦ green 7 ◦ blue 230

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

Shades of Psychedelic Purple #EB07E6

Tints of Psychedelic Purple #EB07E6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

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

R = 49.79%
G = 1.48%
B = 48.73%

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

#EB07E6 (or 0xEB07E6) is known color: Psychedelic Purple. HEX triplet: EB, 07 and E6. RGB value is (235,7,230). Sum of RGB (Red+Green+Blue) = 235+7+230=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB07E6 is #14F819. Grayscale: #636363. Windows color (decimal): -1374234 or 15075307. OLE color: 15075307.

HSL color Cylindrical-coordinate representation of color #EB07E6: hue angle of 301.32º degrees, saturation: 0.94, 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 #EB07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 7 230 -
CMYK 0 0.97 0.02 0.08
HSL 301.32º 0.94% 0.47% -
HSV(B) 301.32º 0.97% 0.92% -
XYZ 48.62 23.53 76.84 -
YUV 100.59 201.04 223.87 -
System Red Green Blue C M Y K H S L
Decimal 235 7 230 0 0.97 0.02 0.08 301.32 0.94 0.47
Hex EB 7 E6 0 61 2 8 12D 5E 2F
Octal 353 7 346 0 141 2 10 455 136 57
Binary 11101011 111 11100110 0 1100001 10 1000 100101101 1011110 101111

Color Harmonies of #EB07E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07E6

Black with #EB07E6

Text Example


Text Example

White with #EB07E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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