Html Css Color HEX #EB0CE7 Psychedelic Purple

📋 copy color: '#EB0CE7'

red 235 ◦ green 12 ◦ blue 231

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

Shades of Psychedelic Purple #EB0CE7

Tints of Psychedelic Purple #EB0CE7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.51%

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 49.16%
G = 2.51%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB0CE7 (or 0xEB0CE7) is known color: Psychedelic Purple. HEX triplet: EB, 0C and E7. RGB value is (235,12,231). Sum of RGB (Red+Green+Blue) = 235+12+231=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0CE7 is #14F318. Grayscale: #666666. Windows color (decimal): -1372953 or 15142123. OLE color: 15142123.

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

Color convert

RGB 235 12 231 -
CMYK 0 0.95 0.02 0.08
HSL 301.08º 0.9% 0.48% -
HSV(B) 301.08º 0.95% 0.92% -
XYZ 48.82 23.69 77.6 -
YUV 103.64 199.88 221.69 -
System Red Green Blue C M Y K H S L
Decimal 235 12 231 0 0.95 0.02 0.08 301.08 0.9 0.48
Hex EB C E7 0 5F 2 8 12D 5A 30
Octal 353 14 347 0 137 2 10 455 132 60
Binary 11101011 1100 11100111 0 1011111 10 1000 100101101 1011010 110000

Color Harmonies of #EB0CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CE7

Black with #EB0CE7

Text Example


Text Example

White with #EB0CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CE7; }

 p { color: rgb(235,12,231); }

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

background-color css

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

 a { background-color: rgb(235,12,231); }

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

border-color css

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

 span { border-color: rgb(235,12,231); }

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