Html Css Color HEX #EB0EEF Psychedelic Purple

📋 copy color: '#EB0EEF'

red 235 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #EB0EEF

Tints of Psychedelic Purple #EB0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.87%

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 48.16%
G = 2.87%
B = 48.98%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB0EEF (or 0xEB0EEF) is known color: Psychedelic Purple. HEX triplet: EB, 0E and EF. RGB value is (235,14,239). Sum of RGB (Red+Green+Blue) = 235+14+239=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0EEF is #14F110. Grayscale: #696969. Windows color (decimal): -1372433 or 15666923. OLE color: 15666923.

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

Color convert

RGB 235 14 239 -
CMYK 0.02 0.94 0 0.06
HSL 298.93º 0.89% 0.5% -
HSV(B) 298.93º 0.94% 0.94% -
XYZ 50 24.21 83.7 -
YUV 105.73 203.22 220.2 -
System Red Green Blue C M Y K H S L
Decimal 235 14 239 0.02 0.94 0 0.06 298.93 0.89 0.5
Hex EB E EF 2 5E 0 6 12B 59 32
Octal 353 16 357 2 136 0 6 453 131 62
Binary 11101011 1110 11101111 10 1011110 0 110 100101011 1011001 110010

Color Harmonies of #EB0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0EEF

Black with #EB0EEF

Text Example


Text Example

White with #EB0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0EEF; }

 p { color: rgb(235,14,239); }

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

background-color css

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

 a { background-color: rgb(235,14,239); }

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

border-color css

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

 span { border-color: rgb(235,14,239); }

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